Advertisement
emlie

Simple

Jun 21st, 2014
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.92 KB | None | 0 0
  1. <div style="
  2. width: 500px;
  3. height: 500px;
  4. background-color: #fff;
  5. margin-left: auto;
  6. margin-right: auto;
  7. ">
  8.  
  9. <div style="
  10. width: 500px;
  11. height: 200px;
  12. background-color: #e9e9e9;
  13. ">
  14. <div style="
  15. width: 300px;
  16. height: 200px;
  17. background-color: #666;
  18. float: left;
  19. ">
  20. <img src="http://31.media.tumblr.com/46230f3fb958daa21c01d53a7fdcb747/tumblr_n6rz3iGDUA1st5lhmo1_1280.jpg" style="width:300px;border-right: 3px solid #fff;">
  21. </div>
  22. <div style="
  23. width: 160px;
  24. height: 160px;
  25. padding: 20px;
  26. background-color: transparent;
  27. float: right;
  28. ">
  29.  
  30. <div style="
  31. width: 75px;
  32. height: 15px;
  33. background-color: #fff;
  34. float: left;
  35. font-family: calibri;
  36. font-size: 10px;
  37. color: #999;
  38. text-align: center;
  39. ">
  40. <a href="URL" style="text-decoration: none; font-weight: normal; color: #999;">Link 1</a>
  41. </div>
  42.  
  43. <div style="
  44. width: 75px;
  45. height: 15px;
  46. background-color: #fff;
  47. float: left;
  48. font-family: calibri;
  49. font-size: 10px;
  50. color: #999;
  51. text-align: center;
  52. margin-left: 10px;
  53. ">
  54. <a href="URL" style="text-decoration: none; font-weight: normal; color: #999;">Link 2</a>
  55. </div>
  56.  
  57. <div style="
  58. width: 75px;
  59. height: 15px;
  60. background-color: #fff;
  61. float: left;
  62. font-family: calibri;
  63. font-size: 10px;
  64. color: #999;
  65. text-align: center;
  66. margin-top: 10px;
  67. ">
  68. <a href="URL" style="text-decoration: none; font-weight: normal; color: #999;">Link 3</a>
  69. </div>
  70.  
  71. <div style="
  72. width: 75px;
  73. height: 15px;
  74. background-color: #fff;
  75. float: left;
  76. font-family: calibri;
  77. font-size: 10px;
  78. color: #999;
  79. text-align: center;
  80. margin-left: 10px;
  81. margin-top: 10px;
  82. ">
  83. <a href="URL" style="text-decoration: none; font-weight: normal; color: #999;">Link 4</a>
  84. </div>
  85.  
  86. <div style="
  87. width: 75px;
  88. height: 15px;
  89. background-color: #fff;
  90. float: left;
  91. font-family: calibri;
  92. font-size: 10px;
  93. color: #999;
  94. text-align: center;
  95. margin-top: 10px;
  96. ">
  97. <a href="URL" style="text-decoration: none; font-weight: normal; color: #999;">Link 5</a>
  98. </div>
  99.  
  100. <div style="
  101. width: 75px;
  102. height: 15px;
  103. background-color: #fff;
  104. float: left;
  105. font-family: calibri;
  106. font-size: 10px;
  107. color: #999;
  108. text-align: center;
  109. margin-left: 10px;
  110. margin-top: 10px;
  111. ">
  112. <a href="URL" style="text-decoration: none; font-weight: normal; color: #999;">Link 6</a>
  113. </div>
  114.  
  115. </div>
  116. </div>
  117.  
  118. <div style="
  119. width: 100%;
  120. height: 35px;
  121. background-color: #fff;
  122. margin-top: 10px;
  123. font-family: georgia;
  124. font-size: 30px;
  125. color: #ccc;
  126. text-align: left;
  127. text-decoration: none;
  128. letter-spacing: 5px;
  129. ">Title</div>
  130. <div style="
  131. width: 480px;
  132. height: 200px;
  133. overflow: auto;
  134. background-color: #fff;
  135. font-family: calibri;
  136. font-size: 12px;
  137. color: #666;
  138. border-bottom: 1px solid #ccc;
  139. padding: 10px;
  140. ">
  141. Text
  142. </div>
  143. <br>
  144. <a
  145. title="a Clean Edge layout"
  146. href="http://www.asianfanfics.com/story/view/725253/"
  147. style="
  148. font-size:20px;
  149. font-family:CAC Pinafore;
  150. font-weight:normal;
  151. color:#999;
  152. text-decoration:none;
  153. text-align: center;
  154. ">C.E</a>
  155. </div>
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement