body { font-family:montserrat; text-align:center; } .grid { width:600px; height:240px; margin:100px auto; border:1px solid gainboro; perspective: 500px; /*For 3d*/ display:block; } .grid img { width:60px; height:60px; float:left; } #animation { background:green; color:white; padding:10px 20px; cursor:pointer; clear:both; }