Hey I just made a dark mode CSS download. Here are the steps to run it:
1: Download
2: Upload it to the files to your website
3: Add this to the <head>
of your html
file:
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Fira Code' rel='stylesheet'>
to add the fonts
3: Last, add
<link href="style.css" rel="stylesheet" type="text/css" />
to connect the style.css
file to your html
file!
That's it!
Top comments (0)