Code Monkey home page Code Monkey logo

zxx.lib.css's Introduction

zxx.lib.css - a quick CSS layout library

If the UI of your page is simple, meanwhile, you want to construct web pages quickly, this CSS library is very useful for you! Introduction

As you known, some CSS styles are used very frequently. For example, display:none - the most commonly used method for hiding elements, visibility:hidden - a very useful method for hiding elements, and so on.

Actually, zxx.lib.css is a collection of these styles. It includes display, margin, padding, color(web safe color), font refer, vertical-align, float, ..., and many other common styles. In addition to these styles, some group styles that I think useful are also in.

All the names of the CSS in zxx.lib.css are short names. For example, .dn instead of display:none, .db instead of display:block, ...

Note

I recommend that zxx.lib.css should put behind after other CSS file! As shown below:

<link href="a.css" rel="stylesheet" />
<link href="b.css" rel="stylesheet" />
<link href="zxx.lib.css" rel="stylesheet" />

License

What's this? 疑问

zxx.lib.css's People

Watchers

James Cloos avatar kelco 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.