Character description for sensationings
flip flop
Join date: June 16, 2021
sensationings was last seen on February 25, 2024 (9 months ago)
Warning: Undefined variable $uid in /customers/4/4/1/chibidoll.com/httpd.www/legacy/profile.php on line 453
Warning: Undefined variable $uid in /customers/4/4/1/chibidoll.com/httpd.www/legacy/profile.php on line 485
___
First; you have:
{
font-family: "Times New Roman", Times, serif;
}
I recommend moving the property/value (font-family: "Times New Roman", Times, serif;) to the body. <style> shouldn't be here (it's actually HTML, not CSS).
<style>{
font-family: "Times New Roman", Times, serif;
}
body {
background: #fffcc9 url(https://creaseys.com/web/wp-content/uploads/2018/07/417c2b84212a8ad73d9bbf67430955d6.jpg);
color: #3f27b8;
font-family: "Times New Roman", Times, serif;
}
Also, please note that using fonts isn't really recommended here, not everyone has the font you may want to use (The one you chose is good though!). I've been trying to get Karin to let us use Google fonts though~ ;3
___
Lastly I will point out that you have an extra } after #header
background: #81e3c7;
}
}BTW, w3schools is a great place to help teach yourself CSS! ^w^
also we have a v similar taste in anime.. epic !!
I haven't gotten around to making an Easter theme yet.