Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. .fellows {
  2. text-align: center;
  3. padding: 100px 0px 200px 0px;
  4. }
  5. .contact {
  6. text-align: center;
  7. padding: 50px 0px 0px 0px;
  8. }
  9. .carousel {
  10. height: 200px;
  11. width: 1500px;
  12. border-radius: 5px;
  13. display: inline-block;
  14. background-color: #4D94FF;
  15. margin: 100px 0px 10px 200px;
  16. opacity: 0.20;
  17. }
  18. span {
  19. font-weight: lighter;
  20. }
  21. .liststyle {
  22. list-style-type: none;
  23. display: flex;
  24. heigh: 100%;
  25. margin: 0px 1px 0px 1px;
  26. }
  27. .alignement2:hover {
  28. background-color: white;
  29. }
  30. .alignement {
  31. align-items:center;
  32. jutify-content:center;
  33. font-size: 19px;
  34. font-weight: bold;
  35. margin-right: 20px;
  36. }
  37. .liststyle li {
  38. align-items: center;
  39. jutify-content: center;
  40. height: 100%;
  41. font-size: 17px;
  42. padding: 10px 50px 10px 50px;
  43. }
  44. nav {
  45. background-color: #372E2C;
  46. color: #A1A1A1;
  47. margin-top: 5px;
  48. heigh: 100%;
  49. }
  50. .un {
  51. height: 400px;
  52. width: 400px;
  53. border-radius: 5px;
  54. display: inline-block;
  55. background-color: #4D94FF;
  56. margin: 0px 0px 100px 175px;
  57. opacity: 0.20;
  58. }
  59. .deux {
  60. height: 400px;
  61. width: 400px;
  62. border-radius: 5px;
  63. display: inline-block;
  64. background-color: #4D94FF;
  65. margin: 0px 0px 100px 175px;
  66. opacity: 0.20;
  67. }
  68. .trois {
  69. height: 400px;
  70. width: 400px;
  71. border-radius: 5px;
  72. display: inline-block;
  73. background-color: #4D94FF;
  74. margin: 0px 0px 100px 175px;
  75. opacity: 0.20;
  76. }
  77. form {
  78. border-top-width: 4px;
  79. position: relative;
  80. margin-bottom: 50px;
  81. }
  82. input, textarea {
  83. border: 1px solid #000000;
  84. font-weight :bold;
  85. display: flex;
  86. margin: 5px 0px 0px 750px;
  87. padding: 2px 200px 2px 5px;
  88. }
  89. #text {
  90. border: 1px solid #000000;
  91. display: flex;
  92. margin: 5px 0px 0px 750px;
  93. padding: 2px 200px 2px 5px;
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement