Answers for "make button width to fit the size of div"

0

how to make all buttons same size css

button {
	width: 4rem;
    height: 1rem;
}
Posted by: Guest on February-10-2022
5

css size button

button {
  font-size: 20px; /* Put your wanted size for your button here*/
}
Posted by: Guest on November-21-2020

Code answers related to "make button width to fit the size of div"

Browse Popular Code Answers by Language