Guest User

Untitled

a guest
Sep 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ja">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>example</title>
  6. <!--[if IE]>
  7. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
  8. <![endif]-->
  9. <!--[if lt IE 9]>
  10. <script>
  11. (function(a){for(var i in a){document.createElement(a[i])}})(['header', 'footer', 'section', 'article', 'aside', 'time', 'hgroup'])
  12. </script>
  13. <![endif]-->
  14. <style>
  15. body {
  16. background: #fff;
  17. color: #000;
  18. font-family: 'century gothic', arial, sans-serif;
  19. margin: 0;
  20. text-align: center;
  21. }
  22. h1 {
  23. font-weight: normal;
  24. font-size: 13pt;
  25. text-transform: uppercase;
  26. letter-spacing: .5em;
  27. margin: 32px auto;
  28. text-shadow: 1px 1px 2px #888;
  29. }
  30. footer {
  31. color: #888;
  32. font-size: 9pt;
  33. margin: 32px auto;
  34. text-shadow: 1px 1px 2px #ccc;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <h1>example</h1>
  40. <footer>footer</footer>
  41. </body>
  42. </html>
Add Comment
Please, Sign In to add comment