index.html 408 B

12345678910111213141516
  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="flex-container">
  11. <div class="flex-item">1</div>
  12. <div class="flex-item">2</div>
  13. <div class="flex-item">3</div>
  14. </div>
  15. </body>
  16. </html>