Advertisement
Gfuelll

ANDREWSSSS WEBSITE

Mar 22nd, 2023
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <html>
  3.         <style>
  4.             @keyframes background {
  5.                  0%   {background-color: red;}
  6.                  25%  {background-color: yellow;}
  7.                  50%  {background-color: blue;}
  8.                  100% {background-color: red;}
  9.                   }
  10.              .content {
  11.                 max-width: 750px;
  12.                  margin: auto;
  13.                  border-style:solid;
  14.                  border-color:black;
  15.                     }
  16.              .sanserif {
  17.                 font-family:Tahoma;
  18.                  }
  19.              .sanserifsmall {
  20.                  font-family:Tahoma;
  21.                  font-size:20px;
  22.                  }
  23.                  body {
  24.                 background-color: red;
  25.                 animation-name: background;
  26.                 animation-duration: 15s;
  27.                 animation-iteration-count: infinite;
  28.                 }
  29.                 p {
  30.                 Font-family:Tahoma;
  31.                 font-size:15px
  32.                 }
  33.                 .p1 {
  34.                     border-style: dotted;
  35.                     border-color:black;
  36.                 }
  37.                 .p2 {
  38.                     border-style: dotted;
  39.                     border-color: Black;
  40.  
  41.                 }
  42.     </style>
  43.     <heading>
  44.         <h1 class="sanserif">My Hobby Video Games</h1>
  45.         <h2 class="sanserifsmall">by:<u>Andrew Paulino</u></h2>
  46.     </heading>
  47.         <body class="content">
  48.             <p>In 1967 the first home console was released called the "Brown Box" referred to as Father of Video Games. Brown Boxes 28 games was the inspiration for Atari’s Pong. Through the years video games have become greater with better graphics and deepers gameplay.</p>
  49.             <img src="https://media.wired.com/photos/59fccff22d3f5732c7d5aa15/master/w_2560%2Cc_limit/Pong-TA-B1C1YX.jpg" style="width:400px;height:200px">
  50.             <p class="p1">
  51.             Atari's Pong
  52.             </p>
  53.             <p class="p2">
  54.                 Call of Duty Modern Warfare
  55.             </p>
  56.             <img src="https://hb.imgix.net/d9ffbcf4aa5df29167b21484b9aac12507a9deb9.jpg?auto=compress,format&fit=crop&h=353&w=616&s=523a92154bf15e96dc83c5c113f93bcf" style="width:350px;height:200px;">
  57.             <p>Call of Duty Modern Warfare is a good example of what video games came to be with realistic graphics and immersive gameplay. Read more about the game <a href="https://en.wikipedia.org/wiki/Call_of_Duty:_Modern_Warfare_(2019_video_game)">HERE</a></p>
  58.            
  59.         </body>
  60.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement