12 lines
178 B
CSS
12 lines
178 B
CSS
|
#container {
|
||
|
height: 500px;
|
||
|
min-width: 310px;
|
||
|
max-width: 800px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.loading {
|
||
|
margin-top: 10em;
|
||
|
text-align: center;
|
||
|
color: gray;
|
||
|
}
|