Advertisement
Arfizato

ma7lek rosy

Feb 17th, 2022
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Yosr mezyena</title>
  8.     <style>
  9.                    
  10.             .title{
  11.                 background-color: #9C5A68;
  12.                 width: 100%;
  13.                 height: 100px;
  14.             }
  15.             .container{
  16.                 width: 100%;
  17.                 height: 600px;
  18.                 display: flex;
  19.             }
  20.             .navbar{
  21.                 width: 120px;
  22.                 height: 100%;
  23.                 background-color: #C08080;
  24.             }
  25.             .main{
  26.                 width: 480px;
  27.                 height: 100%;
  28.  
  29.             }
  30.             .sidebar{
  31.                 background-color: #56393B;
  32.                 width: 210px;
  33.                 height: 100%;
  34.  
  35.             }
  36.             .copyright{
  37.                 background: #2A0807;
  38.                 height: 50px;
  39.             }
  40.     </style>
  41. </head>
  42. <body>
  43.     <div class="title">
  44.  
  45.     </div>
  46.     <div class="container">
  47.         <div class="navbar"></div>
  48.         <div class="main"></div>
  49.         <div class="sidebar"></div>
  50.     </div>
  51.     <div class="copyright"></div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement