tbl-hackerspace

CSS-challenge-0

Mar 25th, 2019 (edited)
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4.   <head>
  5.     <meta charset="UTF-8">
  6.     <title>CSS Mockup Challenge</title>
  7.   </head>
  8.  
  9.   <body>
  10.  
  11.       <section>
  12.  
  13.           <header>
  14.             <img src="https://d10ge8y4vx8iud.cloudfront.net/public_media/documents/2019/05/02/NES_Tetris_Box_Front.jpg" title="North American NES Tetris cover art">
  15.             <h1>Tetris</h1>
  16.             <p>Tetris is a tile-matching puzzle video game originally designed and programmed by Soviet Russian game designer Alexey Pajitnov.</p>
  17.           </header>
  18.          
  19.           <p>The Tetris theme song (the default music in the GameBoy version) is an instrumental arrangement of a Russian folk tune called "<a href="https://youtu.be/PcidXHOYEuc?t=7">Korobeiniki</a>" (translation: The Peddlers), that tells the story of a meeting between a peddler and a girl, describing their haggling over goods in a metaphor for courtship.  Here's are the first several lines of the song:</p>
  20.  
  21.           <ul>
  22.             <li>Oh, my crate is so full,</li>
  23.             <li>I've got calico and brocade.</li>
  24.             <li>Take pity, oh sweety,</li>
  25.             <li>Of this lad's shoulder </li>
  26.             <li>I will, I will go out into the tall rye,</li>
  27.             <li>I will wait there till the night comes,</li>
  28.             <li>Once I see the dark-eyed lass,</li>
  29.             <li>I will showcase all my goods.</li>
  30.           </ul>
  31.          
  32.           <p>The NES version of Tetris uses another Russian song for its default music: <a href="https://www.youtube.com/watch?v=Wz_f9B4pPtg">Dance of the Sugar Plum Fairy</a> composed by Tchaikovsky.
  33.  
  34.       </section>
  35.  
  36.       <footer>
  37.         <p>Thus site is totally objective and in no way biased by Mr C's gaming preferences.
  38.         </p>
  39.       </footer>
  40.  
  41.   </body>
  42.  
  43. </html>
Add Comment
Please, Sign In to add comment