Guest User

Untitled

a guest
Jan 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. //hmtl bestand:
  2. html>
  3. <head>
  4. <title>JasperGamenoob, Voor al je sprites!</title>
  5. <link href="stylesheet.css" rel="stylesheet" type="text/css" />
  6. </head>
  7. <body>
  8. <h1 class="rood">Jaspergamenoob</h1>
  9. <div>Hier komt de inhoud van je pagina.<div>
  10. </body>
  11. </html>
  12.  
  13. //css
  14. body { font-family: Verdana; background-color:#D8D8D8; background-image: url(achtergrond.jpg); background-attachment: scroll; background-repeat: no-repeat }
  15. .rood { color: Red; font-style: Verdana; text-align: center; }
  16. div { color: Brown; text-align: center; font-weight: bold; text-transform: capitalize; }
Add Comment
Please, Sign In to add comment