Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. *{
  2. box-sizing:border-box;
  3. }
  4. html {
  5. width:747px;
  6. margin: 0 auto;
  7. }
  8. body {
  9. margin:0px, auto, 0px, auto;
  10. font-family: 'source sans pro';
  11. color: #707070;
  12. }
  13.  
  14. ul {
  15. display: inline-block;
  16. width:100%;
  17. background: #424242;
  18. color: #eeeeee;
  19. vertical-align: middle;
  20. margin: 0;
  21. padding:0;
  22.  
  23. }
  24.  
  25. li {
  26. display: inline-block;
  27. list-style: none;
  28. padding: 5px;
  29. }
  30.  
  31. .li-selected {
  32. background: #eeeeee;
  33. color: #707070;
  34. border: 1px;
  35. border-color: #444444;
  36.  
  37. }
  38. .title_fellows{
  39. text-align: center;
  40. }
  41.  
  42. .smaller_text{
  43. font-size: smaller;
  44.  
  45. }
  46.  
  47. .mugshots {
  48. display: inline-block;
  49. background-color: #eeeeee;
  50. width: 234px;
  51. height: 274px;
  52. margin: 0 2px;
  53.  
  54. }
  55.  
  56.  
  57.  
  58. .contact_titre {
  59. border-top: 1px solid;
  60. border-color: #424242;
  61. margin-top: 115px;
  62. padding-top:17px;
  63. }
  64.  
  65. input{
  66. width:80%;
  67. margin: 5px 10%
  68. }
  69.  
  70. textarea{
  71. width:80%;
  72. height: 100px;
  73. margin: 5px 10%
  74. }
  75.  
  76. .carousel {
  77. width: 100%;
  78. height: 200px;
  79. background-color: #eeeeee;
  80. margin-top: -16px;
  81.  
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement