Hi my name's Cherry! I like anime and I'm learning how to code :3
I'm making fishcore into an aesthetic and nobody can stop me

My girlfriend's website!: :3

Other cool websites:

Update log

To do list:

Links:

#mermaidtingz

Css /*styles*/ body { background-color: white; background-image: URL(/images/background.gif); background-attachment: fixed; background-size: cover; color:#ca4c95; font-family: Georgia; } a { color:#fc1599; font-weight:bold } a:hover { color:white; font-weight:bold; } /*custom scroll only works in ie, chrome, & safari*/ *::-webkit-scrollbar { width: 4px; } *::-webkit-scrollbar-track { background: rgba(255,255,255,0.0); } *::-webkit-scrollbar-thumb { background-color:#e95dc0; border-radius: 20px; border: 1px solid #ff00b5; } ul{ list-style-image: url(/images/bullets.png); } /*home page*/ #header{ background-color:#f2c6f8; border-style:solid; border-color:#f2c6f8; border-radius:40px; max-width:50%; max-height:10%; position:absolute; text-align:center; margin-left:350px; } #main{ background-color:#f2c6f8; border-style:solid; border-color:#f2c6f8; border-radius:40px; width:50%; max-height:600px; text-align:center; position:absolute; margin-left:350px; margin-top:100px; overflow:auto; } #sidebar1{ background-color:#f2c6f8; border-style:solid; border-color:#f2c6f8; border-radius:40px; width:20%; max-height:250px; text-align:center; position:absolute; right:20px; margin-top:100px; overflow:auto; } #sidebar2{ background-color:#f2c6f8; border-style:solid; border-color:#f2c6f8; border-radius:40px; position:absolute; width:20%; max-height:250px; right:20px; top:400px; text-align:center; overflow:auto; } #sidebar3{ background-color:#f2c6f8; border-style:solid; border-color:#f2c6f8; border-radius:40px; width:20%; position:absolute; top:400px; text-align:center; overflow:auto; } #sidebar4{ background-color:#f2c6f8; border-style:solid; border-color:#f2c6f8; border-radius:40px; width:20%; max-height:250px; text-align:center; position:absolute; left:20px; margin-top:100px; overflow:auto; }