0
I am currently on CSS but whenever i try using some css codes on my already existing HTML code it wont work
CSS codes dont work on my html
2 Respuestas
+ 2
Share the link to the code so we can see what's wrong
0
Did you link the css file in your html?
<link rel="stylesheet" type="text/css" href="style.css"> (this goes in the <head> tags
did you use the appropriate selectors? e.g:
p {
font-size: 44px;
}
hope this helps