Comment on Pure CSS WebsiteComments−chris_wot2yMight be fun to replace the div tags with a custom tag.https://html.spec.whatwg.org/multipage/custom-elements.html−vlw2yIt's pure CSS so a custom tag will not add any styling a <div> couldn't−chris_wot2yYes, but it will preserve semantic markup.
Comments
Might be fun to replace the div tags with a custom tag.
https://html.spec.whatwg.org/multipage/custom-elements.html
It's pure CSS so a custom tag will not add any styling a <div> couldn't
Yes, but it will preserve semantic markup.