PragatiVerma18 / Snippet-Share

This is a snippet sharing app that can be used to share snippets of code and more.
https://snip-share.herokuapp.com/
46 stars 35 forks source link

[DOCS] All styles should be in seperate file #60

Open sagarpandyansit opened 3 years ago

sagarpandyansit commented 3 years ago

Problem: All styles are in the HTML file itself. It is not a good practice to write a style in an HTML file. There should be a separate file for all styles and link that style to your HTML file would be a better option.

Solution: Make a separate stylesheet file for all styles and link that to the HTML file.

sagarpandyansit commented 3 years ago

Please label it as SWoC and assign it to me.