29 lines
384 B
CSS
29 lines
384 B
CSS
body {
|
|
background-color: #333;
|
|
color: #52bdce;
|
|
margin:50px 0px; padding:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
.short {
|
|
height: 20px;
|
|
}
|
|
|
|
.console {
|
|
color: #ff6;
|
|
background-color: #222;
|
|
border: 1px solid #52bdce;
|
|
font-family: Courier;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.title {
|
|
color: #ff6;
|
|
}
|
|
|
|
.content {
|
|
width: 400px;
|
|
margin:0px auto;
|
|
text-align:left;
|
|
}
|