[GTALUG] [OT] first stanza in css not understood
Myles Braithwaite
me at mylesbraithwaite.com
Sat Apr 2 23:06:16 UTC 2016
Paul King wrote:
> The first stanza in my css code which I moved from HTML to an external css file
> does not appear to be read at all. This appears to happen whatever the first
> stanza is, and I have tried moving them around.
`//` isn't the right syntax of a CSS comment, warping your element in
`/* */` will fix your issue.
See this Gist for how it would normal look:
<https://gist.github.com/myles/8cf6bbe1519d4fd4c1609f5b7d064eda>.
More information about the talk
mailing list