Aly_Ilamanow
#41
Azamchik, Link orqali ulasam ham ishlamadi.
0

#42
Rusich, 4.4.1 bazi codlari yaxshi ekanda
0
iamwedeuz
#43
Aly_Ilamanow, # Aly_Ilamanow (26.02.2020 / 14:42)
Rusich, 4.4.1 bazi codlari yaxshi ekanda
4.4.1 ga moslab yozing o'sha kodizni

man bootstrap ishlatmiman shunga yordam beromiman
0
Аьзамхон Иномов
#44
Aly_Ilamanow, Ha man uyga bore kompyuterda tekshirib koraman
0
gi8ri7
#45
Iconkaga bosganda widget ochilayabdi va widgetni yopish uchun iconka o'zgarayabdi shunga kodlar orqali namuna ko'rsatadigonlar forumda yo'q bilaman, lekn baribir yozdim (((
0
Besthakker
#46



Rasmni dumoloq shaklga olip keladi
0
Kod · PHP5 qator
img {

         border-radius: 50%;

      }
tahrirlandi · лет oldin
developer
#47
Besthakker, # Besthakker (27.03.2020 / 19:46)
img {
border-radius: 50%;
}



Rasmni dumoloq shaklga olip keladi
dumaloq mas qovun bobqoldiyu bunday qisak togriroq boladi

eni va boshi bir xil bo'lsa keyin yumaloq chiqadi
0
Kod · CSS9 qator
img{

     width: 100px;

     height: 100px;

     border-radius: 100%;

}
Besthakker
#48
developer, # developer (27.03.2020 / 20:45)
Besthakker, dumaloq mas qovun bobqoldiyu bunday qisak togriroq boladi
img{
width: 100px;
height: 100px;
border-radius: 100%;
}
eni va boshi bir xil bo'lsa keyin yumaloq chiqadi
Shunaqa qilsaham boladi ammo rasm maydagana bop qolayapdi
0

#49
Shu kodni css ni qayeridan quyish kerak paastki qism buu
0
Kod · PHP141 qator
* {

         box-sizing: border-box;

      }

      html, body {

         margin: 0;

         padding: 0;

      }

      body {

         display: flex;

         min-height: 100vh;

         flex-direction: column;

      }

      main {

         flex: 1 0 auto;

      }

      footer {

         color: #fff;

         background: #333;

         position: relative; /* required to position the copyright at the bottom */

         font-size: 80%;

      }

      .footer-copyright {

         width: 100%;

         height: 40px;

         background: #111;

         /* positions the copyright at the bottom of the footer */

         padding: 10px;

         position: absolute;

         bottom: 0px;

         left: 0px;

      }

      .footer-body {

         margin-bottom: 40px;

         padding: 30px;

      }

      .footer-body > div:first-child {

         font-size: 150%;

      }

      .footer-body ul {

         list-style-type: none;

         margin: 0px;

         padding: 0px;

         text-align: center;

      }

      .footer-body li > a {

         color: white;

         text-decoration: none;

         margin-bottom: 7px;

      }

   </style>

</head>

<body>   

   <header></header>

   <main></main>

   <footer>

      <div class="footer-body">

         <div> Your Brand Here. </div>

         <div>

            <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis interdum dignissim nisl posuere efficitur. </p>

            <ul>

               <li><a href="#"> About </a></li>

               <li><a href="#"> Contact </a></li>

               <li><a href="#"> Terms & Conditions </a></li>

               <li><a href="#"> Privacy Policy </a></li>

            </ul>

         </div>

      </div>

      <div class="footer-copyright">

         © Copyright goes here. 

      </div>

   </footer>
8231
kr_master
#50
Aly_Ilamanow, # Aly_Ilamanow (26.02.2020 / 11:27)
Mana shu kod bootstrap v 4.4.1 da ishlamayapti, lekin, v3.3.7 da ishlayapti. Shuni v.4.4.1 da qanday ishlatsa boladi?


<div class="btn-group">
  <button type="button" class="btn btn-primary">Test
0
Kod · CSS27 qator
<div class="btn-group" role="group" aria-label="Button group with nested dropdown">

  <button type="button" class="btn btn-secondary">1</button>

  <button type="button" class="btn btn-secondary">2</button>



  <div class="btn-group" role="group">

    <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">

      Dropdown

    </button>

    <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">

      <a class="dropdown-item" href="#">Dropdown link</a>

      <a class="dropdown-item" href="#">Dropdown link</a>

    </div>

  </div>

</div>

#51
Besthakker,
0
Kod · HTML149 qator
<!DOCTYPE html>

<html>

<head>

<style>

* {

         box-sizing: border-box;

      }

      html, body {

         margin: 0;

         padding: 0;

      }

      body {

         display: flex;

         min-height: 100vh;

         flex-direction: column;

      }

      main {

         flex: 1 0 auto;

      }

      footer {

         color: #fff;

         background: #333;

         position: relative; /* required to position the copyright at the bottom */

         font-size: 80%;

      }

      .footer-copyright {

         width: 100%;

         height: 40px;

         background: #111;

         /* positions the copyright at the bottom of the footer */

         padding: 10px;

         position: absolute;

         bottom: 0px;

         left: 0px;

      }

      .footer-body {

         margin-bottom: 40px;

         padding: 30px;

      }

      .footer-body > div:first-child {

         font-size: 150%;

      }

      .footer-body ul {

         list-style-type: none;

         margin: 0px;

         padding: 0px;

         text-align: center;

      }

      .footer-body li > a {

         color: white;

         text-decoration: none;

         margin-bottom: 7px;

      }

   </style>

</head>

<body>   

   <header></header>

   <main></main>

   <footer>

      <div class="footer-body">

         <div> Your Brand Here. </div>

         <div>

            <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis interdum dignissim nisl posuere efficitur. </p>

            <ul>

               <li><a href="#"> About </a></li>

               <li><a href="#"> Contact </a></li>

               <li><a href="#"> Terms & Conditions </a></li>

               <li><a href="#"> Privacy Policy </a></li>

            </ul>

         </div>

      </div>

      <div class="footer-copyright">

         © Copyright goes here. 

      </div>

   </footer>
Kamron
#52
Ssilkani bosganda usha ssilka ozro siljiydigan kod kerak
0
33
Tayota
#53
@media dan foydalanib adaptiv dizayn qilyapgan edim. Ammo javada (opera, ucbrowser) keraksiz classlar chiqib ketyapti. Javalar uchun display: none; qilgandim. Ammo...

Sayt: http://tayota.xvest.ru
css: http://tayota.xvest.ru/dizayn/style.css

qayerda xato qilganman?
0
gi8ri7
#54
Taak mavzuda so'ngi postga ham dearli 2 yil bo'libdi
Men sizlarni ajoyib ui css bilan tqnishtirmoqchiman:
Nomi Tailwind
Versia 2(-avlod)
Rasmiy https://tailwindui.com/
Namuna http://f0621693.xsph.ru/components/
Import http://f0621693.xsph.ru/tailwind.zip

Namuna va rasmiy saytda source kodlar va foidalanish bor
4 daqiqa 7 soniyadan keyin yozdi:
2-3 kunlarda TailwindIU asosida blog shablon tayyorlayman (Natijani baholaymiz ?)
0
tahrirlandi · лет oldin