Katie's profile picture

Published by

published

Category: Web, HTML, Tech

Winter Theme Request



I wasn't sure whether you wanted main background semi translucent or not so did code for both


Winter Theme Non Translucent Main 

<style>

body
        {background: url("https://thumbs.gfycat.com/HelpfulRegalAustraliancattledog-size_restricted.gif")
        no-repeat fixed; background-size: cover;
     }

</style>

<style>

.online{content:url("http://dl4.glitter-graphics.net/pub/662/662794pys3lg0zj5.gif");}

</style>


Translucent Main 

<style>

main {
  /* changes made to stuff outside of columns */
    background: #FFFF0055 ;
    padding: 0;
    font-size: 100%;
    ;
  }

body
        {background: url("https://thumbs.gfycat.com/HelpfulRegalAustraliancattledog-size_restricted.gif")
        no-repeat fixed; background-size: cover;
     }

</style>



<style>

.online{content:url("http://dl4.glitter-graphics.net/pub/662/662794pys3lg0zj5.gif");}

</style>



3 Kudos

Comments

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