css 2 divs next to each other code example
Example 1: display div next to eachother
display: inline-block;
Example 2: css 2 next to each other
p {
float: left;
width: 30%;
margin: 0 1%;
}
display: inline-block;
p {
float: left;
width: 30%;
margin: 0 1%;
}