Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css width: 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>
Comment

PREVIOUS NEXT
Code Example
Css :: hover effect button css 
Css :: onclick jquery add css 
Css :: all ipad Resolutio css 
Css :: center item 
Css :: css set background image repeat vertically 
Css :: dom ids have numbers 
Css :: html watermark background 
Css :: css bg code 
Css :: text in centre table css 
Css :: ionic input line color 
Css :: css glow on hover 
Css :: form styling 
Css :: css how does hsl work 
Css :: css comment 
Css :: css animation-iteration-count 
Css :: how to use input border 
Css :: video camera icon font awesome 
Css :: change color accordion arrow bootstrap 5 
Css :: how to highlight input on focus with box shadow 
Css :: how to add font otf format in html 
Css :: css3 background image curve 
Css :: how to center text in css 
Css :: css break wrap header 
Css :: css horizontal gradient background color 
Css :: text flow top to bottom 
Css :: add css to class=["col-"] 
Css :: css transform origin 
Css :: use css in cshtml 
Css :: how to remove the underline from a link in css 
Css :: horizontal line css before and after heading 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =