“fleksibel tumbuh” Kode Jawaban

HTML Flex tumbuh

<h4>This is a Flex-Grow</h4>
<h5>A,B,C and F are flex-grow:1 . D and E are flex-grow:2 .</h5>
<div id="content">
  <div class="box" style="background-color:red;">A</div>
  <div class="box" style="background-color:lightblue;">B</div>
  <div class="box" style="background-color:yellow;">C</div>
  <div class="box1" style="background-color:brown;">D</div>
  <div class="box1" style="background-color:lightgreen;">E</div>
  <div class="box" style="background-color:brown;">F</div>
</div>
Exuberant Earthworm

fleksibel tumbuh

.box-1{
    flex-grow: 1;
}
.box-2{
    flex-grow: 5;
}
.box-1{
    flex-grow: 1;
}
Red Team

Jawaban yang mirip dengan “fleksibel tumbuh”

Pertanyaan yang mirip dengan “fleksibel tumbuh”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya