0xedward / dom-visualizer

Visualize the DOM tree created by your browser for any HTML input
https://0xedward.github.io/dom-visualizer/
4 stars 1 forks source link

Replace hardcoded style tag in index.html with new style.css #41

Closed kelvinlin97 closed 3 years ago

kelvinlin97 commented 3 years ago

In this PR, we replaced the hardcoded style tag in index.html with a new stylesheet(style.css).

Our new stylesheet contains font and color changes to our DOM tree visualization/input box/visualize button.