<div class="banner"
style="background-image: url('https://i.ibb.co/K5ZtZgQ/test-x1.jpg');">
<h1 class="banner__title">
Title of Project
</h1>
</div>
body {
margin: 0;
font-family: sans-serif;;
}
h1 {
margin: 0;
}
/* */
.banner {
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
min-height: 500px;
height: 100vh;
color: #fff;
padding: 30px;
}
@media (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.banner {
background-image: url('https://i.ibb.co/rbYmpH8/test-x2.jpg') !important;
}
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.