Search
 
SCRIPT & CODE EXAMPLE
 

CSS

inline block text align top

.small{
    display: inline-block;
    width: 40%;
    height: 30%;
    border: 1px black solid;
    background: aliceblue;   
    vertical-align:top; /* <---- this */
}
Comment

PREVIOUS NEXT
Code Example
Css :: background shrinks when responsive 
Css :: wordpress remove sticky header 
Css :: DevTools failed to load SourceMap: Could not load content for bootstrap.min.css.map 
Css :: CSS Image Reflection 
Css :: how to use local fonts in css 
Css :: css media queries mobile first 
Css :: type selector css 
Css :: animation shorthand css 
Css :: how to center a div with position absolute 
Css :: how to make the header stay on the top of the page in html 
Css :: stop css transition from firing on page load 
Css :: multiple box shadows css 
Css :: scss ::after 
Css :: setting multiple styles in javascript 
Css :: cypress check css property value 
Css :: wordpress theme Adding style.css in function.php 
Css :: change font size in textarea html 
Css :: can we block onclick of button using css 
Css :: bootstrap 4 scss angular 8 
Css :: input css text on right 
Css :: inline pseudo element 
Css :: adding a background color in css 
Css :: hide the scrollbar in css if not overflow 
Css :: image to fill container size 
Css :: loading bar css 
Css :: nuxt page transition 
Css :: CSS Modules cannot be imported from within node_modules. 
Css :: crop image in div 
Css :: wordpress how to change logo on a certain page with css 
Css :: divi hide header 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =