Answers for "resize a button css"

0

change button size css

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

how to configure buttons in css

div.wpforms-container-full .wpforms-form button[type=submit] {
 
color: #0099CC; /* Text color */
 
background-color: transparent; /* Remove background color */
 
border: 2px solid #0099CC; /* Border thickness, line style, and color */
 
border-radius: 5px; /* Adds curve to border corners */
 
text-transform: uppercase; /* Make letters uppercase */
 
}
Posted by: Guest on May-16-2020
0

how to resize submit button in html

#search {
    width: 20em;  height: 2em;
}
Posted by: Guest on May-15-2020

Browse Popular Code Answers by Language