Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. .navbar {
  2. background-color: #778899;
  3. }
  4.  
  5. .navbar-text-color {
  6. color: #E0FFFF;
  7. font-family: Times new roman;
  8. font-style: italic;
  9. font-size: 19px;
  10. }
  11.  
  12. .buttonsearch {
  13. background-color: #E0FFFF;
  14. border-radius: 9px;
  15. border: 2px;
  16. border-color: black;
  17. }
  18. body {
  19. background-color: #E0FFFF;
  20. }
  21.  
  22. .smaller-image {
  23. width: 20px;
  24. }
  25.  
  26. .menubutton {
  27. width:20px;
  28. }
  29.  
  30. .home {
  31. font-family: Arial Black;
  32. color: #E0FFFF;
  33. }
  34.  
  35. header {
  36. text-align: center;
  37. font-family: times new roman;
  38. background-color: #778899 ;
  39. color: #E0FFFF;
  40. margin: 0;
  41. }
  42. P {
  43. Color:
  44. }
  45.  
  46. footer {
  47. background-color: #778899;
  48. color: #E0FFFF;
  49. font-family: Times new roman;
  50. fontsize: 15px;
  51. }
  52. .banner {
  53. margin: 0;
  54. }
  55.  
  56. .about_me {
  57. color: #778899;
  58. text-align: center ;
  59. letter-spacing: 3px;
  60. font-family: Times new roman;
  61. line-height: 30px;
  62. margin: 6%;
  63. }
  64. .profilepicture {
  65. border-radius: 50%;
  66. border: solid;
  67. border-color:#778899;
  68. border-width: 5px;
  69. width:55%;
  70. margin: 10% 0 6% 65%;
  71. }
  72. .well {
  73. background-color: #B3C5CD;
  74. margin: 0;
  75. }
  76. .portfolio_text {
  77. color: #778899;
  78. letter-spacing: 3px;
  79. font-family: Times new roman;
  80. line-height: 30px;
  81. }
  82. .piste {
  83.  
  84.  
  85. }
  86. .bca {
  87.  
  88. }
  89. .horse_riding {
  90.  
  91.  
  92.  
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement