Answers for "defauly button size css"

5

how to make a button grow in css

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
Posted by: Guest on May-10-2020
0

change button size css

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

Browse Popular Code Answers by Language