Katie's profile picture

Published by

published

Category: Web, HTML, Tech

Text color change and font change

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


44 Kudos

Comments

Displaying 5 of 5 comments ( View all | Add Comment )

Mirror

Mirror's profile picture

I'm usiing tsm!


Report Comment

?Sammy?

?Sammy?'s profile picture

thank u for ur help simple and easy i got it
thank u so much hun add me ???


Report Comment

???????

???????'s profile picture

Thank you so much for all the Blogs you post!! very helpful!


Report Comment

Benson

Benson's profile picture

Hey,

Could I ask for the code you used to make your friends appear circular/oblong please? :D


Report Comment

Leo

Leo's profile picture

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.


Report Comment