Hasli4

Untitled

Dec 25th, 2025
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.46 KB | None | 0 0
  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>Верстка по макету</title>
  7.     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
  8. </head>
  9. <body>
  10.     <header>
  11.         <img class="logo" src="https://i.ibb.co/600x89hH/image.png" alt="Логотип">
  12.         <div class="nav-container">
  13.             <nav class="nav">
  14.                 <ul>
  15.                     <li><a href="#">Start Your Design</a></li>
  16.                     <li><a href="#">All Products</a></li>
  17.                     <li><a href="#">Inspiration</a></li>
  18.                     <li><a href="#">About</a></li>
  19.                 </ul>
  20.             </nav>
  21.         </div>
  22.     </header>
  23.     <main>
  24.         <div class="info">
  25.             <h1 class="main-text">Fast and easy<br> custom boxes your <br> customers will love</h1>
  26.             <p class="text">Fastest turnaround. Best prices instantly.<br> Dieline design help available.</p>
  27.             <button class="button">Start your design</button>
  28.         </div>
  29.         <img class="box" src="https://i.ibb.co/gkmmnGS/image.png" alt="Картинка">
  30.     </main>
  31.   <footer>
  32.     <p class="footer-text">2025</p>
  33.     <img class="footer-logo" src="https://i.ibb.co/600x89hH/image.png" alt="Логотип">
  34.     <p class="footer-text">Модуль 2 Урок 5</p>
  35.   </footer>
  36. </body>
  37. </html>
  38.  
Advertisement
Add Comment
Please, Sign In to add comment