Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

multiple divs next to each other

.container {
  display: flex;
}

.item {
  background: #ce8888;
  flex-basis: 100px;
  height: 100px;
  margin: 5px;
}
Source by morioh.com #
 
PREVIOUS NEXT
Tagged: #multiple #divs
ADD COMMENT
Topic
Name
6+5 =