Stock
Credit: https://layouts.spacehey.com/layout?id=84870
<style>
main:before {
width: 100%;
height: 300px;
display: block;
content: "";
background-image: url('image url goes here!!');
background-position: center center;
background-size: cover;
}
@media only screen and (max-width: 600px) {
main:before{
height: 200px;
}
}
</style>
My Profile spec
<style>
main:before {
width: 100%;
height: 280px;
display: block;
content: "";
background-image: url('https://dl.glitter-graphics.com/pub/1679/1679586nrlorlsqat.gif');
background-position: center center;
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 )