You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
163 B
CSS
16 lines
163 B
CSS
3 years ago
|
.interim {
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
#result {
|
||
|
max-width: 800px;
|
||
|
margin: 0 auto;
|
||
|
font-size: 2rem;
|
||
|
}
|
||
|
|
||
|
#process {
|
||
|
max-width: 800px;
|
||
|
margin: 0 auto;
|
||
|
margin-top: 50px;
|
||
|
}
|