+ 1
Headings
When I tried headings in you "code playground" My "heading 1" was much more different than the one which you showed as an example. It was in the middle of the paper and it was blue. What can I do?
2 Respuestas
+ 1
I suggest you to view your CSS code.
https://code.sololearn.com/WAn61ctBMgjW/?ref=app
+ 1
the middle of the paper and the color blue are attributes in CSS
The code you saw it has attributes which u can find it in CSS Page
h1{
text-align:center;
color:blue;
}
Anahit Hovhannisyan