1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/playground/playground.css
2014-11-18 15:00:28 +02:00

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;
}