Giter Site home page Giter Site logo

wake.css's Introduction

☀️ wake.css

License: CC0-1.0

A CSS Reset you'll want to start your project with.

It's basically an opiniated fork of wipe.css, which is a bit slimmer than this.

What's in it?

  • Set up the :root font styles: sets up system fonts as defaults, and the font-size to 16px.
  • Reset spacings: that includes margins, paddings, line-heights, and borders.
  • Improves typography: by adjusting the font-smoothing.
  • Reset text elements: that includes headings, links, buttons, lists, etc.
  • Reset link appearance: ugh, the most annoying one.
  • Reset form fields: everything looks the same now.
  • Prevent Chrome autofill style: removes the hideous yellow box on fields.
  • Border-box box sizing: so that borders and paddings don't affect the set dimensions.
  • Responsive media: images and videos with right size.

How to Use

Add to your HTML
<head>
    ...
    <link href="/wake.css" rel="stylesheet" type="text/css" />
</head>
Add to your Stylesheet
@import 'wake.css';

Based on


License

😝 License to do whatever ᵗʰᵉ ᶠᵘᶜᵏ you want. Go nuts.

License: CC0-1.0

wake.css's People

Contributors

eryc-cc avatar

Stargazers

Roman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.