Link 1
Link 2
Link 3
Link 4
This is a basic, simple, free to use code for your site.
If you use this, please give credit.
Copy and paste the following into your
HTML
file:
Anime Fansite
Link 1
Link 2
Link 3
Link 4
Copy and paste the following into your
CSS
file:
@import url('https://fonts.googleapis.com/css?family=Gugi'); @import url('https://fonts.googleapis.com/css?family=Gugi|Nunito'); body { cursor: crosshair; font-family: 'Nunito', sans-serif; color:#cccccc; background-image: url('https://66.media.tumblr.com/4ca2ae8ce9ce4d54fdedc25b8d5dc8c7/tumblr_inline_n1t6elD2mM1qfc9y0.png'); background-color: #cccccc; background-repeat: repeat; font-size:18px; } #containerborder { border: 1px; border-color: #f298b7; border-style: solid; max-width:650px; max-height: 900px; margin-top: 30px; } #container { background: white; max-width:650px; height:auto; } #container2 { background: white; max-width:650px; max-height: 380px; overflow: auto; } #headtext { font-family: 'Gugi', cursive; font-size:18px; } a:link { color: #f298b7; cursor: crosshair; } a:visited { color: #f298b7; cursor: crosshair; } a:hover { color: #c4406e; cursor: crosshair; } b { color:#f298b7 }