Change the button look with CSS?
-
I want to make the Listen button look better. Can you make it where I can adjust the CSS? I know you can type CSS but it doesn't work: .listen-btn { padding: 8px 16px; border: 1px solid #000; border-radius: 4px; background-color: #fff; color: #000; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; } .listen-btn:hover { background-color: #000; color: #fff; } What are you supposed to put in the CSS area?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Change the button look with CSS?’ is closed to new replies.