Guest User

Untitled

a guest
Apr 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Flexbox variable</title>
  6. <link rel="stylesheet" href="style.css">
  7.  
  8. </head>
  9.  
  10. <body>
  11. <header><h1>Swanns Way - Overture</h1></header>
  12. <div class="fc">
  13.  
  14. <aside>For a long time I used to go to bed early. Sometimes, when I had put out my candle, my eyes would close so quickly that I had not even time to say "I'm going to sleep."
  15. </aside>
  16. <main class="main">And half an hour later the thought that it was time to go to sleep would awaken me; I would try to put away the book which, I imagined, was still in my hands, and to blow out the light; I had been thinking all the time, while I was asleep, of what I had just been reading, but my thoughts had run into a channel of their own, until I myself seemed actually to have become the subject of my book: a church, a quartet, the rivalry between François I and Charles V.
  17. </main>
  18. <section>
  19. This impression would persist for some moments after I was awake; it did not disturb my mind, but it lay like scales upon my eyes and prevented them from registering the fact that the candle was no longer burning.
  20. </section>
  21.  
  22. </div>
  23. <footer>by Marcel Proust</footer>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment