• Stars
    star
    110
  • Rank 316,264 (Top 7 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A no-framework CSS library for vanilla rapid setup

GDCSS

License

An accessible alternative to HTML5 CSS resets

GDCSS styles all visible HTML elements in line with modern best practice. It focusses only on HTML tags so you can just write HTML (no classes or frameworks).

GDCSS is aimed at projects needing to blast out some HTML quickly and turn it into a deployable prototype or site without any other CSS being needed, but also not getting in the way if that is the case.

Read the docs.

Installation

Just add the CSS file to the <head> of your HTML.

<link href="https://hawkz.github.io/gdcss/gd.css" rel="stylesheet">

That's it! simple HTML now becomes a visually accessible page.

Feedback

Would love to hear you feedback on this, so the form on the landing page is live...

Give feedback.