< html > < style > div { height : 230 px ; width : 260 px ; margin : 19 px ; } . card { float : left ; display : inline-block ; box-shadow : 0 4 px 8 px 0 rgba ( 0 , 0 , 0 , 0.2 ); transition : 0.3 s ; } </ style > < body > < div class= "card" > < div class= "container" > Hello </ div ></ div > </ body > </ html >
Code at your best..!