Guest User

Untitled

a guest
Dec 9th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.58 KB | None | 0 0
  1. h1 {
  2.     font-family: 'Just Me Again Down Here', cursive;
  3.     Font-size: 50px;
  4.     letter-spacing: 5px;
  5.     font-variant: small-caps;
  6.     text-shadow: 3px 3px 5px #151515;
  7.     color: #CCC;
  8.     margin-left: 40px;
  9.     }
  10.  
  11.  
  12. body {
  13.     background-image:url("../img/urban_circles.jpg");
  14.     }
  15.    
  16. dl {
  17.     font-family: Arial, Helvetica, sans-serif;
  18.     color: #CCC;
  19.     margin-left: 20px;
  20.     margin-right: 20px;
  21. }
  22.  
  23. dt {
  24.     text-decoration:underline;
  25. }
  26.  
  27.    
  28. a {
  29.     font-family: 'Just Me Again Down Here', cursive;
  30.     font-size:26px;
  31.     text-transform: uppercase;
  32.     text-shadow: 0 0 8px black;
  33.     color:#CCC;
  34.     }
  35.    
  36.  
  37. p {
  38.     font-family: Arial, Helvetica, sans-serif;
  39.     color: #CCC;
  40.     margin-left: 20px;
  41.     margin-right: 20px;
  42.     }
  43.  
  44. nav{
  45.     text-align: center;
  46.     color: #CCC;
  47. }
  48.  
  49. footer{
  50.     text-align: center;
  51.     font-size: 12px;
  52.     font-family:Arial, Helvetica, sans-serif;
  53.     text-shadow: 0 0 10px white;
  54.     float: clear: both;
  55.     padding: 50px;
  56. }
  57.  
  58. dl :nth-child(5) {
  59.     text-transform:uppercase;
  60. }
  61.  
  62. dl :nth-child(7) {
  63.     text-transform:uppercase;
  64. }
  65.  
  66. form li {
  67.     list-style: none;
  68.     font-family: Arial, Helvetica, sans-serif;
  69.     color: #CCC;
  70. }
  71.  
  72. textarea {
  73.     width: 200px;
  74.     height: 150px;
  75. }
  76.  
  77. #veld1 {
  78.     width: 400px;
  79.     margin: 20px;
  80.     float: left;
  81.     padding: 20px;
  82.    
  83. }
  84.  
  85. #veld2 {
  86.     width: 400px;
  87.     margin: 20px;
  88.     float: left;
  89.     padding: 20px;
  90.    
  91. }
  92.  
  93. label {
  94.     display: block;
  95.     cursor: pointer;
  96. }
  97.  
  98. .overall{
  99.     margin: auto;
  100.     width: 1000px;
  101.     background-image:url("../img/achtergrond.png");
  102.     border: dashed;
  103.     border-color:#CCCCCC;
  104.     margin-top: 75px;
  105.     margin_bottom:75px;
  106.     text-align:left
  107.     }
  108.    
  109. #emphasis{
  110.     color: white;
  111. }
Add Comment
Please, Sign In to add comment