Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ready css
- *{margin:0;padding:0;}
- body{font-weight:normal;font-size:14px;font-family:Arial;background:url() }
- h1,h2,h3,h4,h5,h6{margin:15px 0px;font-weight:normal;font-size:18px;}
- a{list-style:none;text-decoration:none;color:#000;}
- a:hover{list-style:none;text-decoration:none;}
- input[type=text], input[type=password], textarea{border:1px solid #ddd;}
- input[type=submit]{}
- .alignleft{float:left;margin-right:}
- .alignright{float:right;margin-left:}
- .aligncenter{display:block;margin:px auto}
- #no_margin{margin-right:0;background:none;} /*have to use for last-child*/
- img{max-width:100%;height:auto;border:none;}
- .total{border:2px solid #5450A5;display:block;margin:20px auto;width:960px;overflow:hidden}
- .fix{overflow:hidden;}
- .stracture{display:block;margin:0px auto;width:1010px;overflow:hidden}
- .floatleft{float:left}
- .floatright{float:right}
- /*
- Auto Center Text
- */
- #section{
- height: 600px;
- }
- .display-table{
- display: table;
- width: 100%;
- height: 100%;
- }
- .display-table-cell{
- display: table-cell;
- vertical-align: middle;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement