+ 1
Why don't work?
Короче не работает body {} , хз почему https://sololearn.com/compiler-playground/Wp98kV3ootzu/?ref=app
5 ответов
+ 2
Thank you all👌👋
+ 1
Try closing the <h2> block
h2 { /* to close this block ... */
font-size: 24px;
} /* <-- add this brace here */
Did you mean "slateblue" for body background colour? "staleblue" is not a valid colour name it seems
body {
background-color: slateblue;
font-family: 'Trebuchet MS';
color: white;
}
Try and see what changes it brings...
+ 1
its correct
0
can i see index.html ??
0
It is working