- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
قالب الملف الشخصي
-
-
قالب الملف الشخصي16-08-2020 07:38 مساءً [1]
-
تم تحرير المشاركة بواسطة :عبدالاله الهذلي بتاريخ:16-08-2020 07:39 مساءً
-
-
قالب الملف الشخصي16-08-2020 11:56 مساءً [8]


<!-- end_categorys_one_by_one -->
<!-- start_categorys_one_by_one -->
<div id="B7aR_bar" >
<div id="B7aR_bar1" ></div>
<center> <div id="B7aR_bar2" ></div> </center>
<div id="B7aR_bar3" ></div>
</div>
#B7aR_bar{
height: 20px;
}
#B7aR_bar1{
height: 20px;
background-color: black;
width: 25%;
float: right;
}
#B7aR_bar2{
height: 20px;
background-color: red;
width: 50%;
}
#B7aR_bar3{
height: 20px;
background-color: blue;
width: 25%;
float: left;
}
<br />
#B7aR_bar3{<br />
<br />
height: 20px;<br />
background-color: blue;<br />
width: 25%;<br />
float: left;<br />
<br />
}<br />
<br />
<br />
display: flex;<br />
<br />
<br />
-webkit-flex: auto;<br />
-moz-flex: auto;<br />
-ms-flex: auto;<br />
flex: auto;<br />
<br />
<div style="background: #00ff4e; display: flex;">
<div style=" background: #ff1d1d; flex: auto; text-align: center; ">1</div>
<div style=" background: darkkhaki; flex: auto; text-align: center; ">2</div>
<div style=" background: violet; flex: auto; text-align: center; ">3</div>
</div>
