macloo / CSS-Shapes

Make shapes with CSS, yo

Home Page:https://macloo.github.io/CSS-Shapes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Shapes

These are my own solutions from CSS Battle. All CSS — no SVG and no images. For more shapes, see The Shapes of CSS. Some shapes here use position: absolute and others use only margin.

I have a habit of not using ::before and ::after.

I learned so much about border-radius.

Note: No need for the z-index property. The order determines overlap.

About

Make shapes with CSS, yo

https://macloo.github.io/CSS-Shapes/

License:MIT License


Languages

Language:CSS 69.8%Language:HTML 30.2%