Hey! So I read your advice on spicing up my site a bit. How exactly do you put in the page dolls (or those floating images that go by the box, ie the Misa on the sitemap). It would be much appreciated :).
hi! sorry it took me a little bit to respond, i was busy this weekend c: here's the code i use but you will fuss with the values to move the image where you'd like it!
hi! sorry it took me a little bit to respond, i was busy this weekend c: here's the code i use but you will fuss with the values to move the image where you'd like it!
CSS: .absolute { position: absolute; top: 5em; left: 8em; z-index: 50; }
HTML: < img src="img url here" width="30%" class="absolute" >