9 lines
137 B
CSS
9 lines
137 B
CSS
/* add css styles here (optional) */
|
|
|
|
.test {
|
|
display: inline-block;
|
|
margin: 2em auto;
|
|
border: 2px solid #000;
|
|
font-size: 2em;
|
|
}
|