Answers for "how to make all buttons same size css"

CSS
0

how to make all buttons same size css

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

Code answers related to "how to make all buttons same size css"

Browse Popular Code Answers by Language