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

11th Jan 2019, 7:26 AM
Johnson Gabriel Oshare
2 odpowiedzi
+ 2
Share the link to the code so we can see what's wrong
11th Jan 2019, 11:45 AM
PKA😎
PKA😎 - avatar
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
11th Jan 2019, 11:39 AM
Joery De Loose
Joery De Loose - avatar