Answers for "display inline-block not working"

CSS
0

display inline-block not working

.ex, .ex2, .ex3 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    height: 100%;  /* no need of height: 200px; here */
}                  /* if you need to extend it to parent height */
                   /* then use height: 100% */
Posted by: Guest on September-22-2021

Code answers related to "display inline-block not working"

Browse Popular Code Answers by Language