+ 1
My css is not reflecting on html site
HTML and CSS
6 Answers
+ 4
If you gave us your code, we could help you better. For now, we can only guess.
make sure to have ' : ' for the opening if you chose to do that for the opening in between the braces, and a semicolon at the end.
+ 4
You probably aren't linking it right.
Are you using
<link rel="stylesheet" type="text/css" href="theme.css">
Or some other way to link it?
+ 2
Please show your code here so that we can help you
https://www.sololearn.com/post/75089/?ref=app
0
You can use the style tag<style></style>