Answers for "a html button style"

C
0

Button Styling

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
Posted by: Guest on March-02-2022
-1

button style css

<a class="pure-button pure-button-primary" href="#">A Primary Button</a>
<button class="pure-button pure-button-primary">A Primary Button</button>
Posted by: Guest on October-15-2020

Code answers related to "C"

Browse Popular Code Answers by Language