Advertisement
assaflavie

manual.css

Feb 4th, 2012
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. body {
  2.     margin: auto; /* center in viewport */
  3.     width: 600px;
  4.     font: normal 1.5em Arial, Helvetica, sans-serif;
  5.     background-color: #EEEEEE;
  6.    
  7. }
  8.  
  9. .instruction {
  10.       font: normal 1em Arial, Helvetica, sans-serif;
  11. }
  12.  
  13. .identify {
  14.     margin-bottom: 0.5em;
  15. }
  16.  
  17. .logo {
  18.     float: right;
  19. }
  20.  
  21. .intro {
  22.     font-size: 1.2em;
  23. }
  24.  
  25. .step{
  26.     margin-bottom: 1em;
  27.     color: #333333;
  28. }
  29.  
  30. .narrow {
  31.     padding: 1em;
  32.    
  33.     -moz-box-shadow: 3px 3px 5px #888;
  34.     -webkit-box-shadow: 3px 3px 5px #888;
  35.     box-shadow: 3px 3px 5px #888;
  36.     background-color: white;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement