DEV Community

Analyze_
Analyze_

Posted on

2

I made a dark mode CSS download

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'>
Enter fullscreen mode Exit fullscreen mode

to add the fonts
3: Last, add

<link href="style.css" rel="stylesheet" type="text/css" />
Enter fullscreen mode Exit fullscreen mode

to connect the style.css file to your html file!

That's it!

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs