mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
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;
|
|
}
|