Edit of the buttons (the appearance)
-
hi;
How can I change the appearance of the buttons?
For example, the border-radius Or add a tag style
<style> .mybutton{ background-color:#2196F3; border:none; border-radius:7px; color:white; padding:10px 25px; text-align:center; font-size:16px; cursor:pointer; } .mybutton:hover{ background-color:#4287BF; } </style>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Edit of the buttons (the appearance)’ is closed to new replies.