Topfan

Diamond sweets

Sep 25th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. #header {
  6. background-color:#FF0040;
  7. color:white;
  8. text-align:center;
  9. padding:5px;
  10. }
  11. #nav {
  12. line-height:30px;
  13. background-color:#FF00BF;
  14. height:100px;
  15. width:350px;
  16. float:left;
  17. padding:5px;
  18. }
  19. #section {
  20. Background-color:#F781F3;
  21. width:350px;
  22. float:left;
  23. padding:10px;
  24. }
  25. #footer {
  26. background-color:#FF0040;
  27. color:white;
  28. clear:both;
  29. text-align:center;
  30. padding:5px;
  31. }
  32. #nav2 {
  33. line-height:300px;
  34. background-color:#FF00BF;
  35. height:420px;
  36. width:200px;
  37. float:right;
  38. padding:5px;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43.  
  44. <div id="header">
  45. <h1>Diamond Sweets Layouts</h1>
  46. </div>
  47.  
  48. <div id="nav">
  49. Currently one person in charge here really. And that person is TopFan.
  50. </div>
  51.  
  52. <div id="nav2">
  53. <img src="http://upic.me/i/2p/hrerbeul.jpg" img alt="jung min hee" style="width:200px;height:420px;">
  54. </div>
  55.  
  56. <div id="section">
  57. <p>
  58. I'm NOT accepting requests at all. I'm only using this gallery as a place to post my layouts. Don't harrass me either or I will report you. I am not that good a code right now so, I really do not want to take requests.
  59. </p>
  60. <p>
  61. At this moment my layouts are very simple a you can see and I'm only using this space as a means to improve and look back on my work. I wil be providing codes to my layouts for those who want them but, once again I will not be taking requests. AT ALL. Not unles I change my mind and decide to accept them but, for now No.
  62. </p>
  63. </div>
  64.  
  65. <div id="footer">
  66. Diamond♢Sweets Layouts © TopFan
  67. </div>
  68.  
  69.  
  70.  
  71.  
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment