DEV Community

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

Collapse
 
mbrown1408 profile image
Michael J Brown • Edited

You do this for either a living or a serious hobby and basic CSS is too much?

I feel these frameworks are a jump to far too often.

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.