Advertisement
Guest User

Untitled

a guest
Oct 14th, 2013
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. h2 {
  2.     font-family:arial;
  3. }
  4.  
  5. form {
  6.     display: inline-block;
  7. }
  8.  
  9. #button{
  10.     display: inline-block;
  11.     height:20px;
  12.     width:70px;
  13.     background-color:#cc0000;
  14.     font-family:arial;
  15.     font-weight:bold;
  16.     color:#ffffff;
  17.     border-radius: 5px;
  18.     text-align:center;
  19.     margin-top:2px;
  20. }
  21.  
  22. .list {
  23.     font-family:garamond;
  24.     color:#cc0000;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement