Advertisement
Apuu

HTML AULA

Mar 4th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3.     <head>
  4.         <title>Atividade 1 - Kalili</title>
  5.         <meta charset="utf-8" />
  6.         <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
  7.         <style type="text/css">
  8.             body {
  9.               align-content: center;
  10.               padding:0;
  11.               font-size: 14px;
  12.               font-family: 'Nunito', sans-serif;
  13.               background-color: black;
  14.             }
  15.             h1{
  16.               font-size: 36;
  17.               color:yellow;
  18.             }
  19.             h5{
  20.               color:white;
  21.             }
  22.             p{
  23.               color:white;
  24.             }
  25.             #meio {
  26.                 margin:auto;
  27.                 width:1024px;
  28.                 height:auto;
  29.                 padding:10px;
  30.             }
  31.             a{
  32.               color:#87CEEB;
  33.               margin:420px;
  34.             }
  35.             img {
  36.             display: block;
  37.             margin-left: auto;
  38.             margin-right: auto;
  39.             width: 800px;
  40.             height: 400px;
  41. }
  42.         </style>
  43.     </head>
  44.     <body>
  45.       <div id="meio">
  46.         <img src="https://i.imgur.com/gufEICK.jpg">
  47.         <h1>Wind of Change</h1>
  48.         <p>
  49.           I follow the Moskva<br>
  50.           Down to Gorky Park<br>
  51.           Listening to the wind of change<br>
  52.           An August summer night<br>
  53.           Soldiers passing by<br>
  54.           Listening to the wind of change<br>
  55.         </p>
  56.         <p>
  57.           The world is closing in<br>
  58.           Did you ever think<br>
  59.           That we could be so close, like brothers<br>
  60.           The future's in the air<br>
  61.           I can feel it everywhere<br>
  62.           Blowing with the wind of change<br>
  63.         </p>
  64.         <p>
  65.           Take me to the magic of the moment<br>
  66.           On a glory night<br>
  67.           Where the children of tomorrow dream away (dream away)<br>
  68.           In the wind of change<br>
  69.         </p>
  70.         <p>
  71.           Walking down the street<br>
  72.           Distant memories<br>
  73.           Are buried in the past forever<br>
  74.           I follow the Moskva<br>
  75.           Down to Gorky Park<br>
  76.           Listening to the wind of change<br>
  77.         </p>
  78.         <p>
  79.           Take me to the magic of the moment<br>
  80.           On a glory night<br>
  81.           Where the children of tomorrow share their dreams (share their dreams)<br>
  82.           With you and me<br>
  83.           Take me to the magic of the moment<br>
  84.           On a glory night (the glory night)<br>
  85.           Where the children of tomorrow dream away (dream away)<br>
  86.           In the wind of change (the wind of change)<br>
  87.         </p>
  88.         <p>
  89.           The wind of change<br>
  90.           Blows straight into the face of time<br>
  91.           Like a stormwind that will ring the freedom bell<br>
  92.           For peace of mind<br>
  93.           Let your balalaika sing<br>
  94.           What my guitar wants to say<br>
  95.         </p>
  96.         <p>
  97.           Take me to the magic of the moment<br>
  98.           On a glory night<br>
  99.           Where the children of tomorrow share their dreams (share their dreams)<br>
  100.           With you and me (with you and me)<br>
  101.           Take me to the magic of the moment<br>
  102.           On a glory night<br>
  103.           Where the children of tomorrow dream away (dream away)<br>
  104.           In the wind of change (in the wind of change)<br>
  105.         </p>
  106.         <p><a href="https://www.the-scorpions.com">www.the-scorpions.com</a></p>
  107.       </div>
  108.     </body>
  109. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement