Ombashi

Untitled

Aug 22nd, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <!DOCTYPE>
  2. <html>
  3.  
  4. <title>Homepage</title>
  5.  
  6. <div style= 'position:relative;left:50px' class = 'colo'>
  7.  
  8. <h1>Homepage.</h1>
  9.  
  10. </div>
  11.  
  12. <div class = 'nav'>
  13.  
  14. <a href = 'https://www.google.com/?client=safari'>Place holder</a>
  15.  
  16. <a href = 'https://www.google.com/?client=safari'>Place holder</a>
  17.  
  18. <a href = 'https://www.google.com/?client=safari'>Place holder</a>
  19.  
  20. </div>
  21.  
  22. <style>
  23.  
  24. body {
  25.  
  26. font-family: sans-serif;
  27.  
  28. }
  29.  
  30. .nav {
  31.  
  32. overflow: hidden;
  33. background-color: #FFFFFF;
  34. border: solid black 2px;
  35. border-radius: 25px;
  36.  
  37. }
  38.  
  39. .nav a {
  40.  
  41. padding: 13px 9px;
  42. float: left;
  43. text-align: center;
  44. color: #000000;
  45. text-decoration: none;
  46. cursor: pointer;
  47.  
  48. }
  49.  
  50. .nav a:hover {
  51.  
  52. background-color: #000000;
  53. color: #FFFFFF;
  54.  
  55. }
  56.  
  57. </style>
  58.  
  59. <style>
  60.  
  61. .colo {
  62.  
  63. font-size: 40px;
  64.  
  65. }
  66.  
  67. </style>
  68.  
  69. <body>
  70.  
  71. <div>
  72.  
  73. <img class = 'junx' src = "https://cdn.discordapp.com/attachments/644364957525213184/726894700052873266/3d94af1b5839dbea9c510b34ec410629.1000x1000x1.jpg">
  74.  
  75. </div>
  76.  
  77. <p class = 'right'>Titanic Sinclair</p>
  78.  
  79. </body>
  80.  
  81. </html>
Add Comment
Please, Sign In to add comment