Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- this is a comment-->
  5. <!-- css file goes here -->
  6. </head>
  7. <style>
  8. #my_img{
  9. width: 20%;
  10. height: 20%;
  11.  
  12. }
  13. body {
  14. background-color: black;
  15. }
  16. #potato_guy {
  17. position: fixed;
  18. right: 0px;
  19. bottom: 0px;
  20. }
  21. body {
  22. color: purple;
  23.  
  24. }
  25.  
  26. h1{
  27. color: purple;
  28. }
  29. #Potatos {
  30. display: block;
  31. margin-left: auto;
  32. margin-right: auto;
  33. width: 30%;
  34. }
  35.  
  36. </style>
  37. <body>
  38.  
  39. <!-- nabbar here -->
  40.  
  41. <center>
  42. <h1> potato INfOrmaNt</h1>
  43. <H4>yalllllllllll like ffffffffffffffffffffffoooooooooooooooooooooodddddddddddddddddddddd</H4>
  44. <p>yeeeeeeeeeeeeeeeeeeeeeeeeeee</p>
  45. <img src="Potato.jpg" id="Potatos"></img>
  46. <br>
  47. <a href=https://www.youtube.com/watch?v=fugQrnDS46Y>if u a PotAto click ths</a>
  48. <br>
  49. <a href=https://www.youtube.com/watch?v=q7uyKYeGPdE>if u a P0tAto hater click this</a>
  50. <img src="https://t6.rbxcdn.com/cfe9dec19697155adb36b3493cb830e1" id="potato_guy"><img>
  51. <br>
  52. <br>
  53.  
  54. <ul>
  55. <li><a class="active" href="#home">Home</a></li>
  56. <li><a href="#news">News</a></li>
  57. <li><a href="#contact">Contact</a></li>
  58. <li><a href="#about">About</a></li>
  59. </ul>
  60. <form>
  61. <input type="text" value="my baby"><br>
  62. <input type="radio" name="location" value="smell the corn">smell the potATO<br>
  63. <input type="radio" name="location" value="slap the corn">slap the CoRn<br>
  64. <input type="radio" name="location" value="meme the corn">meme the pOtatO<br>
  65. <input type="submit">
  66. </form>
  67. <br>
  68. <br>
  69. <br>
  70. <br>
  71. <a href=file:///C:/Users/pdx-SA-2400/Documents/other%20potato.html>if u want more P0tAtO click this.</a>
  72. <br>
  73. <a href=file:///C:/Users/pdx-SA-2400/Documents/Corn.html>if u like corn click this.</a>
  74. </center>
  75. </body>
  76. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement