I want to color my Web page in CSS, which code i can use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

I want to color my Web page in CSS, which code i can use?

Still learning

29th May 2019, 4:45 AM
Rudolph J. Cooper
Rudolph J. Cooper - avatar
2 Answers
+ 5
You can use background-color property to change background of any element of HTML using CSS. And you can use color property to change text color of any element. -> please use proper tags on your question, there is nothing related to JS. -> delete second thread you made which has same question. https://www.sololearn.com/Discuss/1820747/?ref=app
29th May 2019, 5:06 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 2
<style> Body{ Background-color: blue; } </Style> Put it in the head tat Choice any color you want 😎😄🤗
29th May 2019, 4:55 AM
Dror Krief
Dror Krief - avatar