Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sundeeep/blog-app-dom
- Owner: sundeeep
- Created: 2023-05-22T10:27:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-22T13:26:07.000Z (over 1 year ago)
- Last Synced: 2024-04-13T20:34:41.250Z (10 months ago)
- Topics: dom, dom-manipulation, html5, javascript, tailwindcss
- Language: HTML
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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