1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Document</title>
- <link rel="stylesheet" href="style.css" />
- </head>
- <body>
- <div class="vizitka">
- <img class="cloud" src="images/cloud.png" alt="cloud" />
- <img src="images/photo.jpg" alt="photo" />
- <div class="text">
- <blockquote>
- <b><i>Jeff McFloat</i></b>
- </blockquote>
- <p>ACCOUNT</p>
- <p>CHANGE PASSWORD</p>
- <p>LOG OUT</p>
- <div class="info">
- <b><i>Float Left</i></b>
- </div>
- </div>
- </div>
- </body>
- </html>
|