kasilija's profile picture

Published by

published

Privacy: Link-only
Category: Web, HTML, Tech

code

<style>

main:before {

width: 100%;

height: 200px;

display: block;

content: "";

background-image: url('IMAGE URL HERE');

background-position: center top;

background-size: cover;

}

@media only screen and (max-width: 600px) {

main:before{

height: 200px;

}

}

</style>



Comments

Displaying 0 of 0 comments ( View all | Add Comment )