Advertisement
Guest User

Untitled

a guest
Sep 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.01 KB | None | 0 0
  1.  
  2. Style.css
  3. 1.  bbody {
  4. 2.      background-color: whitesmoke;
  5. 3.      width: 1200px;
  6. 4.    }
  7. 5.    h1 {
  8. 6.      color: lightslategray;
  9. 7.    }
  10. 8.   
  11. 9.    .logo{
  12. 10.     position: absolute;
  13. 11.     left:250px;
  14. 12.     right: 1000px;
  15. 13.  
  16. 14.     /* margin: 75px; */
  17. 15.     padding: 20px;
  18. 16.     vertical-align: text-top;
  19. 17.     text-align: center;  
  20. 18.     /* border: 3px solid #73AD21; */
  21. 19.   }
  22. 20.   .logo_name
  23. 21.   {
  24. 22.       position: absolute;
  25. 23.       left: 500px;
  26. 24.         right: 250px;
  27. 25.  
  28. 26.       top: 0px;
  29. 27.       bottom: 700px;
  30. 28.       vertical-align: text-top;
  31. 29.       text-align: center;  
  32. 30.       font-size: 400%;
  33. 31.     padding: 20px;
  34. 32.   }
  35. 33.   p
  36. 34.   {
  37. 35.     color: black;
  38. 36.     position: absolute;
  39. 37.         left: 800px;
  40. 38.         right: 250px;
  41. 39.       top: 350px;
  42. 40.       text-align: center;
  43. 41.    
  44. 42.     font-size: 25px
  45. 43.   }
  46. 44.  
  47. 45.   .list_main{
  48. 46.     position: absolute;
  49. 47.     vertical-align: text-top;
  50. 48.     right: 1000px;
  51. 49.     left:250px;
  52. 50.     top: 250px;
  53. 51.   }
  54. 52.  
  55. 53.   .gen{
  56. 54.       width: 1200px;
  57. 55.       height: 1200px;
  58. 56.   }
  59. 57.  
  60. 58.   .users_table
  61. 59.   {
  62. 60.     position: absolute;
  63. 61.     right:200px;
  64. 62.     left:900px;
  65. 63.     top: 300px;
  66. 64.   }
  67. 65.  
  68. 66.   .about_table
  69. 67.   {
  70. 68.     position: absolute;
  71. 69.     left: 800px;
  72. 70.     right: 250px;
  73. 71.   top: 400px;
  74. 72.   text-align: right;
  75. 73. font-size: 25px
  76. 74.   }
  77. 75.   .Bio_Photo
  78. 76.   {
  79. 77.     position: absolute;
  80. 78.     top: 250px;
  81. 79.     left: 470px;
  82. 80.   }
  83. 81.   .User_table{
  84. 82.     color: black;
  85. 83.     position: absolute;
  86. 84.         left: 800px;
  87. 85.         right: 250px;
  88. 86.       top: 300px;
  89. 87.       text-align: center;
  90. 88.    
  91. 89.     font-size: 25px
  92. 90.   }
  93. 91.   .user_story
  94. 92.   {
  95. 93.     color: black;
  96. 94.     position: absolute;
  97. 95.         left: 800px;
  98. 96.         right: 250px;
  99. 97.       top: 300px;
  100. 98.       text-align: center;
  101. 99.    
  102. 100.        font-size: 25px101.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement