List of sources i used for my blog!
Website Layout: Repth
Tags: Cephus
Top Boarder:Cursed Carmine
Bottom Border: Dollywons
Wallpaper: Wall Paper Cave
Navigator Picture: Locket
Header Picture: ClipItCutIt
Leaf Gif: leafbuglove
Profile Picture: DiLunari
Some blogs on Neocities, Tumblr, and Pinterest have very great resources on Website templates if your new to coding (like me), as well as wallpapers, stamps, graphics, etc etc
Couldn't find the original source of the Scroll Box and Marquee- my apologies
Extras:
Tag Code
.tags{ margin:0; padding:0; text-align:center; width:100%; margin-bottom: 40px; padding-right: 10px; padding-left:0; padding-top:15px; padding-bottom: 9px; border-bottom: 1px solid #eee; } .tags a{ border: 1px solid black; display: inline-block; padding:0.347vw; text-align:center; width: 15%; margin-bottom:0.417vw; font-size: 0.9vw;} .tags a:hover{ -moz-transition:.5s; letter-spacing:2px; -webkit-transition:.5s; transition:.5s; color:white; background: #81a38a; border: 1px solid #f3e2b5; text-shadow: 0px 0px 2px white; } (id recommend to put the top next to all of your other tags at to keep it organized. the following is where you wanna put where your coding at on your page) <[]div class="tags"> <[]a href= "link here to page">The Page Title Goes Here> <[]/[]div > (delete the []s it kept messing the code when i try to put it in the scrollbox sorry. if you want to add multiple tags, just copy and paste the 'a href' line and keep it above the '/div' line.)
Scroll Box Code
<[]html> <[]head> <[]title>Scroll Box Code<[]/title> <[]style> .[]scroll-box { []width: 130px; []height: 60px; []overflow-y: scroll; /* or overflow-y: auto; */ []border: 1px solid black; } <[]/style> <[]/head> <[]body> <[]div class="scroll-box">
REMOVE THE []s BTW, it wouldnt let me type the code out because it kept generating a scroll box without the code visible- also text and links go here <[]/p> <[]/div>
Marquee (the stamp rotater thing on About Me page): NOTE: This is one that i use, but admittedly its not well coded even though it works, because for some reason instead of the stamps properly looping, it leaves a GIANT gap between the last stamp and the first stamp. i have no clue on how to fix that. Id recommend finding better coded Marquee's if you can
<[]marquee style= loop="infinite" direction="left" width= "500 px" height="150 px" overflow: "hidden"; white-space: "nowrap";