A few weeks back, I create a new twitter profile with the goal to interact a bit more with developers around. One of the accounts I followed early on was Pratham (twitter / pratham.codes) – I really recommend to give him a follow too, if you haven’t yet. There’s some amazing (and handwritten!) css cheatsheets, […]
Tag archives: css
Create Shapes with clip-path
Modern websites are using diagonal elements a lot more, than in the past. One of the ways to achieve this, is to use the clip-path property in css. clip-path actually allows you to hide certain parts of SVGs or any other elements, so that they will have a certain form like a triangle, a circle or a pentagon.