Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. *{
  2. margin : auto;
  3. }
  4.  
  5.  
  6. ul {
  7. padding:0;
  8. margin:0;
  9. list-style-type:none;
  10. }
  11.  
  12. li {
  13. display: inline-block;
  14. }
  15.  
  16. nav {
  17. background-color: black
  18. }
  19.  
  20. .site {
  21.  
  22. padding: 10px 10px;
  23. margin: -3px;
  24. color: grey ;
  25. font-size: 16px ;
  26. }
  27.  
  28. .Fellows {
  29.  
  30. border: 1px solid black;
  31. padding: 6px 10px;
  32. margin: -3px;
  33. color: black ;
  34. background-color: lightgray ;
  35. }
  36.  
  37. .Contact {
  38. border-right: 630px;
  39. padding: 10px 10px;
  40. margin: -3px;
  41. color: grey;
  42. }
  43.  
  44. .carousel {
  45.  
  46. width: auto;
  47. height: 150px;
  48. margin: auto;
  49. padding: 55px;
  50. background-color: lightgray;
  51. }
  52.  
  53. h2 {
  54. text-align: center;
  55. margin-bottom: 50px;
  56. margin-top: 50px;
  57. }
  58.  
  59. span {
  60. font-size: 16px;
  61. }
  62.  
  63.  
  64. article {
  65. background-color:lightgray;
  66. height : 450px;
  67. width: 33%;
  68. display : inline-block;
  69. }
  70.  
  71. hr {
  72.  
  73. margin-top: 50px ;
  74. }
  75.  
  76. h3 {
  77. text-align: left;
  78. margin-bottom: 50px;
  79. margin-top: 50px;
  80. margin-left: 10px;
  81. }
  82.  
  83.  
  84. form {
  85. width: 65%;
  86.  
  87. }
  88.  
  89. input, textarea, select, option {
  90. margin: 0;
  91. width: 800px;
  92. margin-top: 10px;
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement