how to make text color with CSS (cascading style sheets)
Jul 25, 2023
Hello friends…
On this blog, I will discuss topic text color in CSS technology. how use it is quite easy. We must first know how to declare code CSS.
let’s start!
Take a look at the code below
h1{
color: #ffffff;
}
p{
color : red;
}
You must add a properties color, then give color to value. You can enter a color name value, a HEX value, and an RGB.
OK.. Hopefully useful topic. If there is an error, please straighten it. so we can learn together. thank you.