CSS- Separating style
When <style> code is too long, it's quite hard to see the whole code. Style code can be separated by using
Make a new stylesheet
Copy all tags under <style>and paste it in mystyle.css. Delete <style> from the original code.
-Import stylesheet ...
olliekim.hashnode.dev1 min read