Answers for "how to put color on the boarder of a button"

3

how change button color in html

<!DOCTYPE html>
<html>
 <body>
  <button style="background-color:red; border-color:blue; color:white">Button 
  Text</button>
 </body>
</html>
Posted by: Guest on October-21-2021
0

border buttom color

div {
	border-bottom-color: coral;
}
Posted by: Guest on September-01-2020

Code answers related to "how to put color on the boarder of a button"

Browse Popular Code Answers by Language