Advertisement
moali

color

Dec 19th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. td {
  2.     padding: 50px;
  3. }
  4.    
  5. form {
  6.     width: 30%;
  7. }
  8.  
  9. #filePart {
  10.     position: absolute;
  11.     left: 10;
  12.     top: 30%;
  13.    
  14. }
  15.  
  16. #actionPart {
  17.     position: absolute;
  18.     left: 50%;
  19.     top: 1%
  20.  
  21.  
  22.    
  23. }
  24. body {
  25.     background-color: green;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement