Advertisement
Michaelzhao314

eww html

Sep 24th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.     <title>Space Jam</title>
  8. </head>
  9. <style>
  10. body {
  11.     background: url("https://cdn.mos.cms.futurecdn.net/j375nQ7suNo6cEkDdWptCJ-320-80.jpg");
  12.   background-repeat: x-repeat;
  13.   background-size: 317px 317px;
  14. }
  15.  
  16. .jam {
  17.     position: fixed;
  18.     left: 50vh;
  19.     top: 50vw;
  20. }
  21.  
  22.  
  23. </style>
  24. <body>
  25.     <img src="https://www.spacejam.com/archive/spacejam/movie/img/p-jamlogo.gif" class="jam"/>
  26.     <a src="https://www.nba.com/">Planet B-Ball</a>
  27.     <a src="https://en.wikipedia.org/wiki/Looney_Tunes">Lunar Tunes</a>
  28. </body>
  29. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement