1<button style="height:40px; width:40px;">Press Me</button>
1.test{
2 height:200px;
3 width:200px;
4}
5
1button {
2 font-size: 20px; /* Put your wanted size for your button here*/
3}
1transform: scale(4); /* This will make the component 4 times bigger */