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

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

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 */