Skip to content

CSS code snippet – How to remove default look of button?

/* CSS */
button {
	border: none;
    backgroundColor: white;
}
See also  CSS code snippet - How to make background transparent?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.