Skip to content

zhangxinxu/zxx.lib.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

MIT

Donate

支付宝 微  信

About

a css library for quick layout, especially for flow layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages