Answers for "align divs horizontally inside div"

CSS
1

css display div horizontally

.horizontalBlocks {
    display: inline-block;
  }
Posted by: Guest on September-12-2020
0

center align divs inside divs html

margin: 0 auto;
  
  must be of class container
Posted by: Guest on September-02-2021

Code answers related to "align divs horizontally inside div"

Browse Popular Code Answers by Language