Advertisement
firoze

Ready css

Jun 22nd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. // ready css
  2. *{margin:0;padding:0;}
  3. body{font-weight:normal;font-size:14px;font-family:Arial;background:url() }
  4.  
  5. h1,h2,h3,h4,h5,h6{margin:15px 0px;font-weight:normal;font-size:18px;}
  6. a{list-style:none;text-decoration:none;color:#000;}
  7. a:hover{list-style:none;text-decoration:none;}
  8.  
  9. input[type=text], input[type=password], textarea{border:1px solid #ddd;}
  10. input[type=submit]{}
  11.  
  12. .alignleft{float:left;margin-right:}
  13. .alignright{float:right;margin-left:}
  14. .aligncenter{display:block;margin:px auto}
  15.  
  16. #no_margin{margin-right:0;background:none;} /*have to use for last-child*/
  17. img{max-width:100%;height:auto;border:none;}
  18.  
  19. .total{border:2px solid #5450A5;display:block;margin:20px auto;width:960px;overflow:hidden}
  20. .fix{overflow:hidden;}
  21. .stracture{display:block;margin:0px auto;width:1010px;overflow:hidden}
  22. .floatleft{float:left}
  23. .floatright{float:right}
  24.  
  25. /*
  26. Auto Center Text
  27. */
  28. #section{
  29. height: 600px;
  30. }
  31. .display-table{
  32. display: table;
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .display-table-cell{
  37. display: table-cell;
  38. vertical-align: middle;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement