0
Can someone tell me why it doesn't work??
Why the text color is not darkgolden https://code.sololearn.com/We9uIuTRUkja/?ref=app
4 Respostas
+ 3
Right will be:
body {
color: #b8860b;
font-size:75px;
}
+ 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
+ 1
Send your code