https://github.com/learnwithfair/css
CSS Basic Program
https://github.com/learnwithfair/css
Last synced: 4 months ago
JSON representation
CSS Basic Program
- Host: GitHub
- URL: https://github.com/learnwithfair/css
- Owner: learnwithfair
- Created: 2023-12-10T19:25:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T16:23:14.000Z (over 2 years ago)
- Last Synced: 2025-10-27T08:24:36.529Z (8 months ago)
- Language: HTML
- Size: 70.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
}
```