DEV Community

Discussion on: 5 awesome CSS tricks for beginners

Collapse
 
pierrewahlberg profile image
Pierre Vahlberg

A bit pessimistic, but your point is sort of valid. Even though these features are not brand new, a few searches on caniuse lets you know that a lot of cool css features are not very well supported. If something gains traction after 4 years however, i would approve it as "something new" since its recently been made usable.

Clip-path here is one such, not 100% supported but well adopted nowadays.

Also, an addition to the article. Css variables can be adjusted with javascript, which allows you yo create really cool color pickers that can generate conplementary colors or re-theme a UI based on a multi color selection that is applied from js :)

Collapse
 
afif profile image
Temani Afif

not pessimistic but I hate clickbait title. We can simply say "5 CSS properties for beginner" or "5 CSS properties to start you CSS journey", etc ... the "Awesome" "that you don't know" lead us to think that we will discover something innovative while it's not.
Clip-path exist since 2013 and is widely supported in major browsers since a lot of years.


Let's suppose all those properties are new and innovative, I don't see any detailed explanation on how to use them. I simply see the basic definition and 50% of the article is self-promotion and affiliate links.

Check the clip-path part, the "simple example" is leading to his personal website (a way to track more visitor) and he ended with a complex example taken from the Net. I doubt it's useful for beginner to get such example to better understand how to use clip-path

Thread Thread
 
ruppysuppy profile image
Tapajyoti Bose • Edited

I appreciate that you invested so much time in helping me improve the blog. Thankyou! :)