Advertisement
RumenDulgerov

Untitled

Apr 7th, 2025
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="bg">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>ДЗИ</title>
  7.  
  8.         <style>
  9.             body{
  10.                 width: 900px;
  11.                 background-color: #BFBFBF;
  12.                 text-align: center;
  13.                 font-family: "Arial Narrow", "sans-serif" ;
  14.             }
  15.             #blok1{
  16.                 padding: 10px;
  17.                 height: 300px;
  18.                 display: flex;
  19.             }
  20.             #blok2{
  21.                 width: 45%;
  22.                 justify-content: center;
  23.             }
  24.             #blok3{
  25.                 width: 45%;
  26.                 justify-content: center;
  27.             }
  28.             #blok4{
  29.                 padding: 10px;
  30.                 background-color: #f2f2f2;
  31.             }
  32.             #blok5{
  33.                 padding: 10px;
  34.                 height: 300px;
  35.                 display: flex;
  36.             }
  37.             #blok6{
  38.                 width: 45%;
  39.                 justify-content: center;
  40.             }
  41.             #blok7{
  42.                 width: 45%;
  43.                 justify-content: center;
  44.             }
  45.             .snimki{
  46.                 width: 45%;
  47.                 border-radius: 100%;
  48.                 border-color: #fff ;
  49.                 border: solid;
  50.                 border-width: 5px;
  51.        
  52.             }
  53.         </style>
  54. </head>
  55. <body>
  56.     <div id="blok1" class="mainBlok">
  57.         <div id="blok2" class="podBlok">
  58.             <img src="img_1.jpg" class="snimki">
  59.             <h3>БЪЛГАРСКИ ЕЗИК И ЛИТЕРАТУРА</h3>
  60.         </div>
  61.         <div id="blok3" class="podBlok">
  62.             <img src="Img_2.jpg" class="snimki">
  63.             <h3>БИОЛОГИЯ</h3>
  64.         </div>
  65.     </div>
  66.     <div id="blok4" class="mainBlok">
  67.         <h1>ПОДГОТВИ СЕ ЗА МАТУРИТЕ УСПЕШНО!</h1>
  68.     </div>
  69.     <div id="blok5" class="mainBlok">
  70.         <div id="blok6" class="podBlok" >
  71.             <img src="Img_3.jpg"class="snimki">
  72.             <h3>ИНФОРМАТИКА</h3>
  73.         </div>
  74.         <div id="blok7" class="podBlok">
  75.             <img src="img_4.jpg"class="snimki">
  76.             <h3>ИНФОРМАЦИОННИ ТЕХНОЛОГИИ</h3>
  77.         </div>
  78.     </div>
  79. </body>
  80. </html>
Tags: images
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement