Advertisement
10100

style.css

Oct 31st, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. .mP{
  2.     border: 2px solid black;
  3.     border-radius: 7px;
  4.     width: 120px;
  5.     height: 70px;
  6.     margin-bottom: 20px;
  7.     background-color: black;
  8.     z-index: 3;
  9.     display: inline-block;
  10.     text-align: justify;
  11. }
  12. form{
  13.     border: 2px solid black;
  14.     width: 385px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement