.newEntryBtn { overflow: hidden; white-space: nowrap; position: fixed; bottom: 50px; left: 50px; padding: 5px; border-radius: 20px; width: 40px; height: 40px; border: none; background-color: #2871e2; color: white; font-size: 20px; transition-property: width, font-size; transition-duration: 0.6s; } .newEntryBtn:hover { width: 150px; font-size: 15px; background-color: #286bd6; } .newEntryBtn:focus { width: 200px; font-size: 15px; background-color: #2861c3; }