Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .tbl1
  2. {
  3. float:left;
  4. overflow:hidden;
  5.  
  6. }
  7.  
  8. .tbl2
  9. {
  10. float:left;
  11. overflow:hidden;
  12. margin-left: 0px;
  13. }
  14.  
  15. .tbl3
  16. {
  17. float:bottom;
  18. overflow:hidden;
  19. }
  20.  
  21. h1{background-color: green;
  22. width:100%;
  23. height:75px;
  24. color:white;
  25. margin-bottom :1px;}
  26.  
  27. #btable{background-color: #191970;
  28. width:100%;
  29. }
  30.  
  31. #d{ float:left;
  32. font-size:35px;
  33. color: white;
  34. font-family:Bookman;
  35. }
  36.  
  37. #t{float:right;
  38. color:white;
  39. font-family:arial;
  40. font-size:18px}
  41.  
  42. #b2table{background-color:white;
  43. border:1px solid;
  44. }
  45.  
  46. td{font-size:15px;
  47. }
  48.  
  49. #em{color:red;}
  50.  
  51. input[type=text] {
  52. width: 100%;
  53. margin:0;
  54. box-sizing: border-box;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement