Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Site Web</title>
  4. <style>
  5. h1 {
  6. font-size: 3.200em;
  7. text-shadow:-1px -1px #0c0, 1px 1px #060, -3px 0 4px #000;
  8. font-family:Arial, Helvetica, sans-serif;
  9. color: #090;
  10. padding:1em;
  11. font-weight:lighter;
  12. -moz-box-shadow: 2px 2px 6px #888;
  13. -webkit-box-shadow: 2px 2px 6px #888;
  14. box-shadow:2px 2px 6px #888;
  15. text-align:center;
  16. display:block;
  17. margin:1em;
  18. background-color: coral;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <h1>Mon site Web en construction</h1>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement