Can someone tell me why it doesn't work?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone tell me why it doesn't work??

Why the text color is not darkgolden https://code.sololearn.com/We9uIuTRUkja/?ref=app

5th Jun 2020, 8:02 PM
Firstname Lastname
Firstname Lastname - avatar
4 Answers
+ 3
Right will be: body { color: #b8860b; font-size:75px; }
5th Jun 2020, 8:13 PM
JaScript
JaScript - avatar
5th Jun 2020, 8:22 PM
XnDesigns
XnDesigns - avatar
+ 2
Clear the id of div tag then put this in css page div{ color:#b8860b; font-size:75px; text-align:center; margin-top:80px; } OR Do this body { color: #b8860b; font-size:75px; } Firstname Lastname
5th Jun 2020, 8:22 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
Send your code
5th Jun 2020, 8:13 PM
XnDesigns
XnDesigns - avatar