skip to Main Content

Chrome ignoring <button> css-Twitter bootstrap

Even the simplest custom button, such as <button class="button-new">Test button</button> shows up as the chrome default button. My button-new css looks like this: .button-new{ padding: 45px; border-color: black; background-color:#444; color: white; } I am using codepen.io, then uploading to a…

VIEW QUESTION
Back To Top
Search