> All in One 586: Water.css

Ads

Friday, January 10, 2020

Water.css

It's notable that Water.css was the #1 clicked thing from Louis Lazaris' Web Tools Weekly in 2019. It's from a 13-year old developer named Felix!

It's just a little bit of CSS you apply to class-free semantic HTML to give it nice basic responsive styles — the perfect kind of thing for a Pen when you are just tossing some markup together and want it to look nice.

Direct Link to ArticlePermalink

The post Water.css appeared first on CSS-Tricks.



from CSS-Tricks https://ift.tt/2QFn8p8
via IFTTT

No comments:

Post a Comment

Explaining the Accessible Benefits of Using Semantic HTML Elements

Here’s something you’ll spot in the wild: <div class="btn" role="button">Custom Button</div> This is one o...