11 lines
132 B
CSS
11 lines
132 B
CSS
.big-button{
|
|
height: 100%;
|
|
width: 100%;
|
|
font-size: 20px
|
|
}
|
|
|
|
.tall-button{
|
|
height: 80px;
|
|
margin: 10px 0px;
|
|
|
|
} |