Definitely check the paths of your css files. But I guess they don’t work because you have errors in them.
In “custom.css”, .container misses a curly bracket.
In “normalize.css”
ul, li{
, you need to add :.
padding 0;
}
Definitely check the paths of your css files. But I guess they don’t work because you have errors in them.
In “custom.css”, .container misses a curly bracket.
In “normalize.css”
ul, li{
, you need to add :.
padding 0;
}
I was writing some codes and I was refreshing the html page to look it is working or not. I wrote some codes again and after that I can see just the structure of the page and I started thinking that CSS in my code is not working and this is my first questions so if I did something wrong I am sorry 🙂
Pastebin Links of CSS and HTML files:
HTML:
html code
normalize.css
normalize.css code
custom.css
custom.css code
Welcome to SO! Please have a quick read of
please tell us in the question, what you are trying to accomplish and what went wrong.