https://github.com/akunna1/dom-website
Simple single column website explaining DOM and Virtual DOM
https://github.com/akunna1/dom-website
html-css-javascript
Last synced: 7 months ago
JSON representation
Simple single column website explaining DOM and Virtual DOM
- Host: GitHub
- URL: https://github.com/akunna1/dom-website
- Owner: akunna1
- Created: 2024-11-05T14:25:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T14:53:42.000Z (11 months ago)
- Last Synced: 2025-01-31T22:07:20.208Z (8 months ago)
- Topics: html-css-javascript
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOM-Website
Simple single column website explaining DOM and Virtual DOM
.content {
max-width: 800px; /* Mobile responsiveness 3: ensures that the content scales down to fit smaller screens without exceeding the viewport width*/
margin: 20px auto; /* Mobile responsivness 4: centers the content while adjusting to smaller screens */
button.reveal-btn {
background-color: #ff99cc;
border: none;
color: white;
padding: 10px 15px; /* Mobile responsivness 5: they scale well across different screen sizes */