jcrumrine / Dasmoto

Codecademy - Hello CSS - Reviewable Project 1
0 stars 0 forks source link

Comments in CSS #4

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Subtlety for errors! To make a comment in CSS you will use this syntax: /* comment */ instead of: <--! Element Selectors -->. The comments, as they are now, are not allowing your html or .brushes selectors to be rendered.

https://github.com/jcrumrine/prj-rev-bwfs-dasmoto/blob/master/Dasmoto%20Project/resources/css/index.css#L1 https://github.com/jcrumrine/prj-rev-bwfs-dasmoto/blob/master/Dasmoto%20Project/resources/css/index.css#L20

jcrumrine commented 6 years ago

Didn't release there were differences in the CSS and HTML comments. I have fixed this.