Advertisement
Guest User

Untitled

a guest
Sep 18th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. div.contactus {
  2. display: table;
  3. width: 300px;
  4. }
  5.  
  6. div.row {
  7. display: table-row;
  8. }
  9.  
  10. div.left {
  11. width:100px;
  12. padding:0;
  13. display: table-cell;
  14. text-align: left;
  15. }
  16.  
  17. div.right {
  18. width:200px;
  19. padding:0;
  20. display: table-cell;
  21. text-align: left;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement