- So guys true to keep it responsive as much as possible
- Try to use tailwind as much as possible avoid writing css
- Don't use margin always prefered flex
I have store all the neccessory color code in variable which you can see in tailwind.config.js
| Variable | Hex Code | Color |
|---|---|---|
| bground | #0A192F | |
| ccolor | #0D203D | |
| head | #CAD4E0 | |
| primary | #00FFD1 | |
| secondary | #93A2B7 | |
| ternary | #64748A |