23 lines
330 B
Plaintext
23 lines
330 B
Plaintext
.head{
|
|
width:100%;
|
|
height:30px;
|
|
color:#fff;
|
|
background-color: cornflowerblue;
|
|
text-align: left;
|
|
display:flex;
|
|
flex-direction: row;
|
|
}
|
|
.btns{
|
|
height:40px;
|
|
display:flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
text-align:center;
|
|
}
|
|
.txlabel{
|
|
color:#fff;
|
|
background-color: rgb(216, 140, 0);
|
|
padding: 2px
|
|
}
|
|
|