0
How to add colour to button
Html
1 Resposta
+ 5
Mani Shankarv
- You can add color to button by using external css, internal css or inline css by property: 'background-color:'
Example:
<button style="background-color: red;"> submit</button>
---------------------------------
Refere for more information:
https://www.freecodecamp.org/news/css-button-style-hover-color-and-background/
https://www.includehelp.com/code-snippets/change-button-color-in-html.aspx