Answers for "css adjust button size"

0

change button size css

.test{
    height:200px;
    width:200px;
}
Posted by: Guest on April-20-2021
-2

button width based on text csss

Remove the width and display: block and then add display: inline-block to the button.
Posted by: Guest on June-22-2020

Browse Popular Code Answers by Language