Adding images to your foreground and positioning !

if  you want to add images to the foreground (sides) of ur page, ive got a code that might help out:
to start of with copy this code and paste it at the top of your about me :



<div class="whatever you think of"></div> 


next inside a <style> closing off with a </style> copy this code in:


.whatever  you thought of {
background: url(your image/gif url) no-repeat;
background-size: 100%!important;
position: fixed;
right: 0px;
bottom: 0px;
height: 380px;
width: 500px;
z-index: 1000;
}

to choose if  you want it on the right or left just change "right: 0px;" to left and vise versa. And to finish off just change the px sizes with random numbers to see what looks best :)
If you want more than one image just copy  and paste everything again and just change the DIV  name and link ofc


14 Kudos

Comments

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