Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html how to split a div into two columns

.two-column-div {
 column-count: 2;
}
Comment

split div into 2 columns

<div id="content">
  <div id="left">
     <div id="object1">some stuff</div>
     <div id="object2">some more stuff</div>
  </div>

  <div id="right">
     <div id="object3">unas cosas</div>
     <div id="object4">mas cosas para ti</div>
  </div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: how to make a enter in html 
Html :: clear form value after submit 
Html :: onclick input text select 
Html :: html nav example 
Html :: change text width html 
Html :: row merging in html 
Html :: jsonplaceholder with delay 
Html :: html mobile app template 
Html :: where should favicon.ico be placed in flask app 
Html :: mailto in html 
Html :: whatsapp href link code 
Html :: how to add image in checkbox in html 
Html :: onclick show div and hide other div 
Html :: html to powerpoint 
Html :: angular 2 input file change value 
Html :: how to add css file in wordpress 
Html :: center class in html 
Html :: tooltip react bootstrap 
Html :: css animated progress bar 
Html :: vuejs v-for array index 
Html :: radio buttons 
Html :: Scrollable Text in HTML 
Html :: angular select ((ngmodel selected)) 
Html :: html button click scroll to div 
Html :: path in html 
Html :: px in server 
Html :: react native force light mode 
Html :: datatable src 
Html :: icheck js 
Html :: html ingnor display none input 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =