Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

inline block text align top

.small{
    display: inline-block;
    width: 40%;
    height: 30%;
    border: 1px black solid;
    background: aliceblue;   
    vertical-align:top; /* <---- this */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #inline #block #text #align #top
ADD COMMENT
Topic
Name
7+2 =