lightweight, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet
23
fork

Configure Feed

Select the types of activity you want to include in your feed.

intergrav/dev.css#

Extremely simple, small, classless CSS framework in the style of Vercel's Geist. It weighs only ~5.0kb, and makes any plain HTML file look great. It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.

Importing#

In your HTML's <head> all you have to do is this, and you're done!

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/dev.css@1/dev.min.css">

I also recommend adding a font through intergrav/fonts. Geist or Inter work with dev.css out of the box.

Geist Font#

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/geist.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/geist-mono.min.css">

Inter Font#

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1/serve/inter.min.css">