Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarmad426/web-design
Web Design and development. (HTML, CSS, Javascript)
https://github.com/sarmad426/web-design
css html javascript scss
Last synced: 5 days ago
JSON representation
Web Design and development. (HTML, CSS, Javascript)
- Host: GitHub
- URL: https://github.com/sarmad426/web-design
- Owner: Sarmad426
- Created: 2023-09-22T13:03:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T18:53:34.000Z (8 months ago)
- Last Synced: 2024-04-01T19:55:07.741Z (8 months ago)
- Topics: css, html, javascript, scss
- Language: HTML
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Design and Development
Front-end web design and development using **HTML**, **CSS**,
**SCSS**, **Tailwind Css** and **Javascript**.## Hot topics
- Html dialogs
- Css Animations
- Responsive design techniques
- Data tables
- Color themes
- Javascript animations
- Css form validations
- Parallax effect
- Confetti animation
HTML, CSS and JS tips and new rolling out features.**Enhance Css:**
- Css native vertical text
- Flip elements easily
- Smooth scrolling
- Snap horizontal scrolling
- Resize elements (vertically, horizontally,both)
- Gradient text## Tailwind CSS
Tailwind css is a utility first framework for css. It is considered to be better than **Bootstrap**. It offers more customization than bootstrap.
Installation guide:
**Tailwind watch command:**
```bash
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
```