About Me
27 |This is a brief description of myself.
28 |Contact Information
32 |Email: example@example.com
Phone: 123-456-7890
├── loader ├── index.html └── style.css ├── README.md ├── expanding-text-animation ├── index.html └── style.css ├── 3D-glowing-bottle ├── index.html └── style.css ├── progress-bar ├── index.html └── style.css ├── loading-animation ├── index.html └── style.css ├── image-rotate-animation ├── index.html └── style.css ├── radial-menu ├── index.html └── style.css ├── animated-text-disappear ├── index.html └── style.css ├── azure-pipelines.yml ├── subscription-form ├── index.html └── style.css ├── weather-animation ├── index.html └── style.css ├── search-bar ├── index.html └── style.css ├── light-and-dark-toggle ├── index.html └── style.css ├── text-transition ├── index.html └── style.css ├── style.css ├── demo ├── style.css └── demo.html ├── opening-envelope ├── index.html └── style.css ├── product-card-animation ├── index.html └── style.css ├── heart-beat-animation ├── index.html └── style.css ├── demo.html ├── social-media-icon-popup ├── index.html └── style.css ├── circular-progress-bar ├── index.html └── style.css ├── controlled-brightness-in-a-light ├── index.html └── style.css ├── dual-search-bar ├── index.html └── style.css ├── dropdown-menu ├── index.html └── style.css ├── vertical-navigation-bar ├── index.html └── style.css ├── bottom-navigation-bar ├── index.html └── style.css ├── drag-and-drop-list ├── style.css └── index.html ├── responsive-footer ├── index.html └── style.css ├── login-form ├── index.html └── style.css └── fingerprint-login-animation ├── style.css └── index.html /loader/index.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # css-projects 2 | You can find all source codes for all css projects here 3 | -------------------------------------------------------------------------------- /expanding-text-animation/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
16 | This is a brief description of myself.
28 |Email: example@example.com
Phone: 123-456-7890
This is a brief description of myself.
28 |Email: example@example.com
Phone: 123-456-7890