Answers for "create button size big"

2

css size button

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

css text making button big

.block {
  display: block;
  width: 100%;
  border: none;

    background-color: #4CAF50;
  
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language