CSS Backgrounds — a practical guide to CSS backgrounds with clear examples you can reuse in real projects.
CSS Tutorial Series (19/109). Prefer one article? Read the complete CSS tutorial.
Short description
Control cover/contain carefully for hero images.
Background
.hero {
background: #0f766e url("hero.jpg") center / cover no-repeat;
}