Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```