“Lebar CSS: 50%” Kode Jawaban

Lebar CSS: 50%

.container { white-space: nowrap; }
.column { display: inline-block; width: 50%; white-space: normal; }

<div class="container">
  <div class="column">text that can wrap</div>
  <div class="column">text that can wrap</div>
</div>
florinrelea

Lebar properti CSS

/* <length> values */
width: 300px;
width: 25em;

/* <percentage> value */
width: 75%;

/* Keyword values */
width: max-content;
width: min-content;
width: fit-content(20em);
width: auto;

/* Global values */
width: inherit;
width: initial;
width: unset;
hateschoollovecoding

Jawaban yang mirip dengan “Lebar CSS: 50%”

Pertanyaan yang mirip dengan “Lebar CSS: 50%”

Lebih banyak jawaban terkait untuk “Lebar CSS: 50%” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya