*{ margin: 0; padding:0; font-family: 'times roman'; } body{ background-image:url(img/8.png) ; background-size:100%; } h5{ background-color: rgb(0, 255, 242); text-align:center; text-shadow: 3px 3px rgb(255, 0, 221); font-size: 50px; padding: 10px; } .kschild3 img{ width: 200px; padding: 10px; margin: 20px; height: 200px; border: 1px solid black; position: relative; left: 100px; } .kschild3:hover{ transform: scale(1.1); z-index: 1; } .kssongs1 button{ padding:5px; margin:5px 5px 10px 50px; border: 1px solid black; font-size: 30px; border-radius: 5px; } .kssongs1 img{ width: 30px; height: 30px; display:inline-block; } button:hover{ background-color:silver; } .kssongs1 img:hover{ transform: scale(1.1); z-index: 1.3; } .kssongs2 img{ width: 30px; height: 30px; display:inline-block; } .kssongs2 button{ padding:5px; margin:5px 5px 10px 50px; border: 1px solid black; font-size: 30px; border-radius: 5px; } .kssongs2 img:hover{ transform: scale(1.1); z-index: 1.3; } .kssongs3 button{ margin:5px 5px 5px 50px; border: 1px solid black; padding:5px; font-size: 30px; border-radius: 5px; } .kssongs3 img:hover{ transform: scale(1.1); z-index: 1.3; } .kssongs3 img{ width: 30px; height: 30px; display: inline-block; } .kssongs4 button{ margin:5px 5px 5px 50px; border: 1px solid black; padding:5px; font-size: 30px; border-radius: 5px; } .kssongs4 img{ width: 30px; height: 30px; display: inline-block; } .kssongs4 img:hover{ transform: scale(1.1); z-index: 1.3; }