An open API service indexing awesome lists of open source software.

https://github.com/learnwithfair/css

CSS Basic Program
https://github.com/learnwithfair/css

Last synced: 4 months ago
JSON representation

CSS Basic Program

Awesome Lists containing this project

README

          

## Get Full CSS Source Code

[Click Here](https://mega.nz/folder/MeNikQxI#RhrF-_lvd_FhIIIvV59Vjw)

## CSS Slide (Download)

[Click Here](https://mega.nz/folder/wSVWBTZb#J5rDU2O2ZObL7WiseheUKg)

## PUST Website Header Item Animation
```diff
.elementor-85 .elementor-element.elementor-element-b870e94 .elementor-icon-list-item:hover {
color: var( --e-global-color-1920039 );
transition: transform .5s;
transform: scale(1.1);

}
```