Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sundeeep/blog-app-dom

iNeuron #FSJS 2.0 Vanilla JavaScript Placement Assignment Question: Q. 12. Answer
https://github.com/sundeeep/blog-app-dom

dom dom-manipulation html5 javascript tailwindcss

Last synced: about 2 months ago
JSON representation

iNeuron #FSJS 2.0 Vanilla JavaScript Placement Assignment Question: Q. 12. Answer

Awesome Lists containing this project

README

        

### Color Scheme:
- Header: rgb(240,46,101)
- Primary Text Color:rgb(240,46,101)
- Secondary Text Color:
- Form BG Color: rgb(39,41,58)
- Input File Border: rgb(107,114,128)
- Primary BG Color: rgb(20,20,31)
- Secondary BG Color: rgb(27,27,39)

### Tailwind Building
- npx tailwindcss -i ./src/index.css -o ./dist/output.css --watch