Skip to content

Tweak: Responsive Banner #194

Description

@nndda

Components/tweaks description.

Prototype stylesheet and the HTML structure.

(S)CSS

#header > img {
  object-fit: cover;
  object-position: 50%;
}

@media (max-width: 1000px) {
  #header > img {
    height: 250px;
  }
}

Screenshots, sketches, or live demo.

Additional notes.

Metadata

Metadata

Assignees

Labels

componentRelating to the CSS components or tweaksproposalNew proposal for components, tweaks, or decorations

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions