index.html 681 B

1234567891011121314151617181920212223242526
  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. <title>Document</title>
  7. <link rel="stylesheet" href="style.css" />
  8. </head>
  9. <body>
  10. <div class="vizitka">
  11. <img class="cloud" src="images/cloud.png" alt="cloud" />
  12. <img src="images/photo.jpg" alt="photo" />
  13. <div class="text">
  14. <blockquote>
  15. <b><i>Jeff McFloat</i></b>
  16. </blockquote>
  17. <p>ACCOUNT</p>
  18. <p>CHANGE PASSWORD</p>
  19. <p>LOG OUT</p>
  20. <div class="info">
  21. <b><i>Float Left</i></b>
  22. </div>
  23. </div>
  24. </div>
  25. </body>
  26. </html>