Here is the code to change, font color, font style and size. It's not the most fancy but is simple and easy to use
<style>
body {
font-family: Courier New;
font-size: 20pt;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
h1 {
color: green;
text-shadow: 1px 1px 2px black, 0 0 25px gold, 0 0 5px gold;
}
h1, h2, h3, h4,p {color: seagreen;}
:root {
--darker-blue: green;
</style>
Here is my blog post of layouts I've made, feel free to use them, I do try to add to it regularly
Comments
Displaying 7 of 7 comments ( View all | Add Comment )
☆𝕀'𝕄-𝕃☆
using, thx <3
cardinal jj
thanks!!
Mirror
I'm usiing tsm!
🍷Sammy🐻
thank u for ur help simple and easy i got it


thank u so much hun add me
𝕣𝕒𝕚𝕟𝕓𝕠𝕨
Thank you so much for all the Blogs you post!! very helpful!
Benson
Hey,
Could I ask for the code you used to make your friends appear circular/oblong please? :D
Leo
This is exactly the bits of relevant code I've been showing people too! You're god send!! Too many people linking giant tutorials with too much bulk. Just straight to the relevant code, lol. I'll forward people to your posts.