Answers for "bright btn background with white text"

CSS
0

bright btn background with white text

.btn-primary {
  background-color: rgb(var(--primary-color));
  border: 1px solid rgb(var(--primary-color));
  color: rgb(var(--text-color));
}
Posted by: Guest on March-01-2022

Code answers related to "bright btn background with white text"

Browse Popular Code Answers by Language