+ 2
How i can colour my site in html
4 Réponses
+ 3
https://www.sololearn.com/learn/CSS/1079/
In CSS lesson
+ 3
Thanks its work.
+ 1
Use CSS for all kinds of designing.
element / #id / .class {
background-color: red / rgba(255, 0, 0, 255) / #ff0000
}
0
It works without of css.