fisheract

html container

Jul 26th, 2024
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="ru">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Блочная модель документа</title>
  7.     <link rel="stylesheet" href="css/style.css">
  8. </head>
  9. <body>
  10.     <div class="container">
  11.         <div class="red">a</div>
  12.         <div class="green">b</div>
  13.         <div class="blue">c</div>
  14.         <div class="yellow">d</div>
  15.         <div class="black">f</div>
  16.     </div>
  17. </body>
  18. </html>
Tags: html
Advertisement
Add Comment
Please, Sign In to add comment