+ 1
Html page
Hey,Guys. I'm new here. I wanna learn coding in js and CSS,but i had a little problem with this page. I don't know why the fonts from the css file are ignored and the text from the html file remains the same in each paragraph...A little bit of help,please??? https://code.sololearn.com/W4e9k5o3n5WU/?ref=app
3 ответов
+ 2
First of all, in CSS you are not allowed to start an ID or Class with a number, as you can read here:
https://www.sololearn.com/learn/CSS/1080/
Second, the styling for a class (or id) doesn't belong inside the styling of body. It should have its own section after the body has been styled in the CSS document.
+ 1
According to Shadow 's instructions, you should learn CSS at first!! Then you can do it yourself!!😊😊
https://code.sololearn.com/WT4Z5jZK7xVN/?ref=app
+ 1
Thanks!😊