DEV Community

Discussion on: Style beautiful web pages without writing any CSS. Using W3.CSS.

Collapse
 
lazarljubenovic profile image
Lazar Ljubenović

The funny thing with these "you don't have to learn CSS" frameworks is how you still use CSS keywords and general logic all over the place -- change class to style and you're basically getting a valid CSS string, with some minor punctuation changes.

class="w3-padding-large"
stye="padding: var(--large)"

Much improve, such differ.