I was just looking at your code with the browser's developer tools, and I wanted to give you some advice.
___
First; you have:
<style>
{
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; }
This should make your font work! ;D
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
#header {
background: #81e3c7;
}
}
Remove that bad boy and your code will work! ^w^
November 8, 2021 18:14 (3 years ago)
Sorry for sending that later than I planned... I intended to send it this weekend, but my computer was acting up. ^^;
November 9, 2021 1:02 (3 years ago)
No problem, let me know if there is anything else I can help you with! ^u^
BTW, w3schools is a great place to help teach yourself CSS! ^w^
November 13, 2021 20:56 (3 years ago)
i like touhou too ! :D
November 15, 2021 19:16 (3 years ago)
Thank you!
November 16, 2021 16:18 (3 years ago)
cirno !! ^_^ i like a lot of the touhou characters but my faves are probably flandre scarlet & reisen
also we have a v similar taste in anime.. epic !!
November 19, 2021 13:57 (3 years ago)
you're the bomb bro !! :O
March 24, 2022 23:04 (2 years ago)
Nice avi! ^w^
March 25, 2022 14:20 (2 years ago)
Thank you!
I haven't gotten around to making an Easter theme yet.
___
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.