react-templates/playground/playground.css

21 lines
225 B
CSS
Raw Normal View History

2014-11-16 16:20:04 +01:00
.hidden {
display:none;
}
.large-text-area {
2014-11-17 12:27:57 +01:00
width:600px;
2014-11-16 16:20:04 +01:00
height:300px;
2014-11-17 12:27:57 +01:00
}
.code-area {
width:620px;
height:620px;
float:left;
}
.result-area {
width: 400px;
height: 600px;
float:left;
}