12 lines
152 B
CSS
12 lines
152 B
CSS
.btncontainer {
|
|
display: inline-block;
|
|
text-align: center;
|
|
color: white;
|
|
max-width: 80px;
|
|
}
|
|
.btnimg {
|
|
width: 64px;
|
|
height: 64px;
|
|
padding: 8px;
|
|
}
|