Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>Promises!-Contact</title>
  6. <meta charset="UTF-8">
  7.  
  8. <style>
  9.  
  10.  
  11. #body
  12. {
  13. margin: 0 auto;
  14. width: 370px;
  15. height: 1%;
  16. margin-top: 100px;
  17. border-radius: 15px;
  18. border: 5px dotted #00A396;
  19. background-clip: content-box;
  20. background-color: #F8B72E;
  21. text-align: justify;
  22. font-family: Kirvy;
  23. overflow: hidden;
  24. font-size: 13px;
  25.  
  26.  
  27. }
  28.  
  29. #wrapper
  30. { width: 100%;
  31. margin: 0%;
  32. padding: 0%;
  33. }
  34.  
  35. p
  36. {
  37. padding: 10px;}
  38.  
  39. #title
  40. {text-align: center;
  41. font-size: 24px;
  42. top-margin: 0px;
  43. padding: 0px;
  44. }
  45.  
  46. nav {
  47. font-family: KBAStitchInTime;
  48. font-size: 12px;
  49. color: #EC225F;
  50. right: 220px;
  51. top: 140px;
  52. position: relative;}
  53.  
  54. #dot1
  55. {
  56. font-size: 100px;
  57. display: inline-block;
  58. line-height: 20px;}
  59.  
  60. #dot2
  61. {
  62. font-size: 100px;
  63. display: inline-block;
  64. line-height: 20px;}
  65.  
  66. #dot3
  67. {
  68. font-size: 100px;
  69. display: inline-block;
  70. line-height: 20px;}
  71.  
  72. #dot4
  73. {
  74. font-size: 100px;
  75. display: inline-block;
  76. line-height: 20px;}
  77.  
  78.  
  79. a:link { color:#EC225F; text-decoration:none; }
  80. a:visited{ color: purple; }
  81. a:hover{ color: ;}
  82. a:active {}
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. body {background-color: #262626;
  90. text-align: left;
  91.  
  92. }
  93.  
  94.  
  95.  
  96. </style>
  97.  
  98.  
  99. </head>
  100.  
  101. <body>
  102.  
  103. <div id="wrapper">
  104.  
  105. <nav>
  106.  
  107. <span id="dot1">.</span><a href="about.html">About</a><br>
  108. <span id="dot2">.</span><a href="pages.html">Pages</a><br>
  109. <span id="dot3">.</span><a href="poems.html">Poems</a><br>
  110. <span id="dot4">.</span><a href="index.html">Home</a><br>
  111.  
  112. </nav>
  113.  
  114.  
  115. <div id="body">
  116. <p id="title">Contact!</p>
  117.  
  118. <p> I love getting mail! Find me at:</p>
  119.  
  120.  
  121.  
  122.  
  123. </div>
  124.  
  125.  
  126. </div>
  127.  
  128.  
  129.  
  130.  
  131.  
  132. </body>
  133. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement