AlexKondov

Form-Styling

Jun 24th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. body {
  2.     background-image: url(formBackground.jpg);
  3. }
  4. form {
  5.     width: 300px;
  6. }
  7. div {
  8.     margin: 10px;
  9.     background: white;
  10.     opacity: 0.8;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment