0
Why won't my code work anymore
I usually use CSS to make my text centered but it has stopped working. Why? (I use this) P1{ Color: cyan; Text-align: center; Font size: 35px; }
5 Respuestas
+ 4
Your syntax is very wrong. It should be in lower cases:
p1{
color: cyan;
text-align: center;
font-size: 35px;
}
+ 3
share the code
+ 3
Your example above are not.
0
Sleepy Koala the letters are lowercase
https://code.sololearn.com/W8I61Nq75qiZ/?ref=app
- 1
Sleepy Koala the code i just shared are in lowercase