Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Site Web</title>
  4. <style>
  5. h1 {
  6. font
  7. -
  8. size: 3.200em;
  9. text
  10. -
  11. shadow:
  12. -
  13. 1px
  14. -
  15. 1px #0c0, 1px 1px #060,
  16. -
  17. 3px 0 4px
  18. #000;
  19. font
  20. -
  21. family:Arial, Helvetica, sans
  22. -
  23. serif;
  24. color: #090;
  25. padding:1em;
  26. font
  27. -
  28. weight:lighter;
  29. -
  30. moz
  31. -
  32. box
  33. -
  34. shadow: 2px 2px 6px #888;
  35. -
  36. webkit
  37. -
  38. box
  39. -
  40. shadow: 2px 2px 6px #888;
  41. box
  42. -
  43. shadow:2px 2px 6px #888;
  44. text
  45. -
  46. align:center;
  47. display:block;
  48. margin:1em;
  49. background
  50. -
  51. color: coral;
  52. }
  53. </style>
  54. </head>
  55. <body>
  56. <h1>Mon site Web en construction</h1>
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement