8 lines
97 B
CSS
8 lines
97 B
CSS
|
|
*{
|
||
|
|
font-size: 20px;
|
||
|
|
}
|
||
|
|
input[type="button"]{
|
||
|
|
font-size: 24px;
|
||
|
|
padding: 20px 8px;
|
||
|
|
width: 95%;
|
||
|
|
}
|