*{ margin: 0; padding: 0; } .main_header{ width: 100%; height: 60px; background:#f4f7f6; } .position{ padding-left: 132px; padding-top: 30px; } .main_block{ font-family: 'Sarabun', sans-serif; width: 370px; height: 315px; border-radius: 8px; } .photo_block{ width: 100%; height: 210px; border-radius: 8px 8px 0 0 ; background: grey; } .photo_block:hover{ background: #5e5f63; } .info_block{ box-sizing: border-box; padding: 15px; width: 100%; height: 105px; background: #32333b; border-radius: 0 0 8px 8px; } .info{ width: 340px; height: 55px; } .book{ height: 40px; } .photo{ width: 50px; float: left; } .face{ border-radius: 3px 3px 3px 3px ; } .name :first-child{ color: white; } .name :last-child{ color: #a6a9b0; } .stats_face { padding-top: 5px; } .stats_face li{ font-weight: 100; font-size: 10pt; color: #a6a9b0; display: inline; } .stats_face li:nth-child(2){ padding: 7px; }