The website I created can be viewed here. However, the divs
are not aligned properly and are coming down in a staggered way. I want these divs to be displayed in a straight line. Below is the css
code I have used for styling:
#header #menu #plc #register{
color: #fff;
font-size: 21px;
margin: 1% 0 0 0;
background-color: #02080f;
width: 12%;
}
#header #menu #plc #register img{
width: 15.5%;
margin-left: 7%;
}
#register img, #register div{
display:inline-block;
vertical-align: middle;
}
#register{ white-space: nowrap;}
#register div{
padding: 0 0 0 5%;
}
#header #menu #plc #registerOne {
vertical-align: middle;
}