mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
24 lines
257 B
CSS
24 lines
257 B
CSS
.hidden {
|
|
display:none;
|
|
}
|
|
|
|
.large-text-area {
|
|
height:300px;
|
|
margin: 10px;
|
|
}
|
|
|
|
.code-area {
|
|
width: 50%;
|
|
height:620px;
|
|
float:left;
|
|
}
|
|
|
|
.result-area {
|
|
width: 50%;
|
|
height: 620px;
|
|
float:left;
|
|
}
|
|
|
|
.sample-view {
|
|
margin:10px;
|
|
} |