File size: 183 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/* add css styles here (optional) */
.test {
display: inline-block;
margin: 2em auto;
border: 2px solid #000;
font-size: 2em;
}
.Tab_header_tabs {
line-height: inherit;
}
|