Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head> <title>TAB TITLE HERE</title><link rel="shortcut icon" href="/files/NEW TAB ICON HERE.png">
  4.  
  5. <style>
  6. body {
  7. background-image: url("/files/BACKGROUND IMAGE FILE NAME HERE.png");
  8. background-repeat: repeat;
  9. background-size: no repeat
  10.  
  11.  
  12.  
  13. }
  14.  
  15.  
  16. .div1 {margin: auto;
  17. width: 400px;
  18. height: 470px;
  19. border: 1px solid black;
  20. box-sizing: border-box;
  21. background-color: white;
  22. padding-top: 10px;
  23. padding-right: 50px;
  24. padding-bottom: 50px;
  25. padding-left: 50px;
  26. overflow: hidden
  27. }
  28.  
  29.  
  30. .div2 {margin: auto;
  31. width: 175px;
  32. height: 185px;
  33. border: 1px solid black;
  34. box-sizing: border-box;
  35. background-color: white;
  36. padding-top: 25px;
  37. padding-right: 50px;
  38. padding-bottom: 50x;
  39. padding-left: 50px;
  40. overflow: hidden
  41. }
  42. :link { color: #f58ea8; }
  43. :visited { color: #f58ea8; }
  44.  
  45. </style>
  46. </head>
  47. <body>
  48. <center>
  49.  
  50. <div class="div1"> <h1> welcome! </h1>
  51. <br>
  52. <img src="/files/profile.png">
  53. <br><br>wordzzzzzzzzzzz
  54. <br><br> <img src="/files/PICTURE NAME HERE>
  55. more words and a link <a href="LINK HERE"> this</a> <br><br>
  56. <small><small><small><img src="/files/BULLET POINT HERE"> 5 </small> </small> </small>
  57.  
  58. </div>
  59.  
  60.  
  61. </body>
  62.  
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement