As a designer, I cannot stand the styleless defaults of web pages. It takes away from my ability to focus on the code itself – it’s that distracting. However, as a developer, styling a webpage falls secondary to building something actually functional. This fixes that.
Grund is a classless, drop-in stylesheet that takes an unstyled webpage and transforms it into something clean, modern, and approachable.
Just drop this line of code into your <head>
:
<link rel="stylesheet" href="https://unpkg.com/grund.css" />
You can view a test page here.
View on GitHub.