Advertisement
zeeph

Untitled

Dec 11th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. /* Work --*/
  2.  
  3. .work {
  4. text-align: center;
  5. margin-top: 20em;
  6. }
  7.  
  8. .work p {
  9. color: #1A1818;
  10. font-weight: 400;
  11. }
  12.  
  13. /* -- Work 1 --*/
  14.  
  15. .work1 p {
  16. color: #1A1818;
  17. margin-bottom: 2em;
  18. font-size: 25px;
  19. }
  20.  
  21. .work1 p {
  22. position: relative;
  23. bottom: 441px;
  24. left: 52px;
  25. font-size: medium;
  26. }
  27.  
  28. .work1 h2 {
  29. position: relative;
  30. bottom: 448px;
  31. left: 90px;
  32. }
  33.  
  34. .work1 img {
  35. position: relative;
  36. right: 455px;
  37. }
  38.  
  39. /* -- Work 2 -- */
  40.  
  41. .work2 p {
  42. color: #1A1818;
  43. margin-bottom: 2em;
  44. font-size: 25px;
  45. }
  46.  
  47. .work2 p {
  48. position: relative;
  49. bottom: 441px;
  50. right: 52px;
  51. font-size: medium;
  52. }
  53.  
  54. .work2 h2 {
  55. position: relative;
  56. bottom: 448px;
  57. right: 90px;
  58. }
  59.  
  60. .work2 img {
  61. position: relative;
  62. left: 455px;
  63. }
  64.  
  65. /* -- Work 3 -- */
  66.  
  67. .work3 p {
  68. color: #1A1818;
  69. margin-bottom: 2em;
  70. font-size: 25px;
  71. }
  72.  
  73. .work3 p {
  74. position: relative;
  75. bottom: 441px;
  76. left: 52px;
  77. font-size: medium;
  78. }
  79.  
  80. .work3 h2 {
  81. position: relative;
  82. bottom: 448px;
  83. left: 90px;
  84. }
  85.  
  86. .work3 img {
  87. position: relative;
  88. right: 455px;
  89. }
  90.  
  91. /* -- Fin des work -- */
  92.  
  93. /* -- About -- */
  94.  
  95. .about {
  96. text-align: center;
  97. background-image: url("../img/about.png");
  98. margin-bottom: 4em;
  99. background-repeat: no-repeat;
  100. background-position: center;
  101. height: 900px;
  102. text-align: center;
  103. }
  104.  
  105. .about p {
  106. position: relative;
  107. top: 330px;
  108. left: 52px;
  109. font-size: 35px;
  110. font-weight: 600;
  111. color: #1A1818;
  112. }
  113.  
  114. .about h2 {
  115. position: relative;
  116. top: 285px;
  117. left: 52px;
  118. font-size: 45px;
  119. }
  120.  
  121. .btnbas {
  122.  
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement