Guest User

Untitled

a guest
Apr 8th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. body{
  2. margin-left: 10px;
  3. }
  4.  
  5. #mainContent{
  6. background: #FFE1D8;
  7. }
  8.  
  9. #uppgifts{
  10. margin: 20px;
  11. }
  12.  
  13. #iconHTML{
  14. position: relative;
  15. margin-top: 100px;
  16. }
  17.  
  18. #jacketFrame{
  19. height: auto;
  20. width: 310px;
  21. margin-top: 20px;
  22. border: solid 1px black;
  23. }
  24.  
  25. #imgPhone{
  26. margin-top: 15px;
  27. float:left;
  28. }
  29.  
  30. #textPhone{
  31. margin-top: 50px;
  32. }
  33.  
  34. #table4{
  35. margin: auto;
  36. width: 600px;
  37. cellpadding: 10px;
  38. }
  39.  
  40. #table2d{
  41. table-layout: inherit;
  42. }
  43.  
  44. #tr1{
  45. text-align: center;
  46. }
  47.  
  48. #tr2:nth-child(2) > td:first-child{
  49. width: 50%;
  50. }
  51.  
  52. a{
  53. text-decoration: none;
  54. }
  55.  
  56. td{
  57. padding:10px
  58. }
Add Comment
Please, Sign In to add comment