Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. html{
  2. font-family: "Trebuchet MS", SansSerif;
  3. background-color: #dfe5ea;
  4. }
  5.  
  6. h1 {
  7. font-family: "Brush Script MT","Arial Black",Rockwell,Serif;
  8. font-size: 6rem;
  9. padding-top: 20px;
  10. text-align: center;
  11. }
  12.  
  13. img {
  14. object-fit: cover;
  15. background-color: #ddd;
  16. height: 320px;
  17. width: 320px;
  18. }
  19.  
  20. .mapLogo{
  21. display:inline;
  22. height: 32px;
  23. width: 32px;
  24. margin-top: 11px;
  25. margin-left: 50%;
  26. }
  27.  
  28. article {
  29. display: inline-block;
  30. text-overflow: ellipsis;
  31. white-space: nowrap;
  32. overflow: hidden;
  33. width: 320px;
  34. margin: 10px;
  35. background-color: aliceblue;
  36.  
  37. -moz-box-shadow: 0 0 15px #777777;
  38. -webkit-box-shadow: 0 0 15px #777777;
  39. box-shadow: 0 0 15px #777777;
  40.  
  41. }
  42.  
  43. article a {
  44. text-decoration: none;
  45. }
  46.  
  47. article a:visited {
  48. color: blue;
  49. }
  50.  
  51. .author{
  52. font-size: 20px;
  53. }
  54.  
  55. #hide{
  56. display:none;
  57. }
  58.  
  59. #map {
  60. height: 400px;
  61. width: 100%;
  62. }
  63.  
  64. #Zoek,#Stuur{
  65. border-radius:5px;
  66.  
  67. }
  68. #stuur:hover{
  69. background-color: antiquewhite;
  70.  
  71. }
  72. #stuur{
  73. background-color: burlywood;
  74. }
  75.  
  76. #imageList h2,#SearchOption h2{
  77. text-align: center;
  78. }
  79.  
  80. #Search{
  81. text-align: center;
  82. }
  83.  
  84. p{
  85. font-size: 0.75rem;
  86. }
  87.  
  88. a.author{
  89. font-size: 1rem;
  90. }
  91.  
  92. article{
  93. margin-left: 9%;
  94. }
  95.  
  96. .imageContainer{
  97.  
  98.  
  99. height: 320px; width: 320px; overflow: hidden;
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement