0
My css won't do anything?
https://code.sololearn.com/WcYQOOB0BrHZ/?ref=app so i have started learning css today but i have a problem with making it work , can anyone help me? it seems like it isn't also working on my pc texr editor.
2 Respuestas
+ 3
Your CSS should look like this:
body {
}
p {
color:red;
}
+ 1
thanks