Skip to content

Latest commit

History

History
74 lines (41 loc) 路 2.96 KB

interesting-usage.md

File metadata and controls

74 lines (41 loc) 路 2.96 KB

馃帰 Interesting usage

Some intersting CSS project here, welcome to contribute~

NES.css

NES red and white style CSS framework, the main implementation principle is through the clever combination of font Press+Start+2P and box-shadow, which is very interesting, especially the implementation of icon. The source code is highly recommended ~ 馃憤

<iframe src="https://bcrikko.github.io/NES.css/" width="100%" height="429px"></iframe>

?> GitHub: BcRikko/NES.css

Shapes generated

Shapes implemented with CSS gradients

<iframe src="https://yuanchuan.name/gradient-shapes" width="100%" height="429px"></iframe>

?> GitHub: yuanchuan/gradient-shapes

CSS Grid Generator

Generate basic CSS Grid code to make dynamic layouts!

<iframe src="https://cssgrid-generator.netlify.com/" width="100%" height="429px"></iframe>

?> GitHub: sdras/cssgridgenerator

Epic Spinners

CSS animation loading

<iframe src="https://epic-spinners.epicmax.co" width="100%" height="429px"></iframe>

?> GitHub: epicmaxco/epic-spinners

CSS file icons

File icon implementated by pure CSS

<iframe src="https://colorswall.github.io/CSS-file-icons" width="100%" height="429px"></iframe>

?> GitHub: colorswall/CSS-file-icons

magic

CSS animation effects

<iframe src="https://minimamente.com/example/magic_animations" width="100%" height="429px"></iframe>

?> GitHub: miniMAC/magic

A Single Div

CSS drawing with only one HTML element

<iframe src="https://a.singlediv.com" width="100%" height="429px"></iframe>

?> GitHub: lynnandtonic/a-single-div