.kontakwa { z-index: 9999; position: fixed; background-color: #cc9000; padding: 10px; bottom: 0; right: 120px; font-weight: 700; font-size: 40px; color: white; text-align: center; /* border-top: solid 2px green; border-left: solid 2px green; border-right: solid 2px green; */ min-width: 80px; border-radius: 0 10px 0 0; } .telepon { z-index: 9999; position: fixed; background-color: #cc8800; padding: 10px; bottom: 0; right: 200px; min-width: 80px; font-weight: 700; font-size: 40px; color: white; text-align: center; /* border-top: solid 2px #e93478; border-left: solid 2px #e93478; border-right: solid 2px #e93478; */ border-radius: 10px 0 0 0; } .kontakwa a, .telepon a { color: white; font-size: 40px; font-weight: 700; text-align: center; } .kontakwa:hover, .telepon:hover { background-color: pink; }