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.
11 lines
143 B
Plaintext
11 lines
143 B
Plaintext
|
1 week ago
|
.container {
|
||
|
|
padding: 20px;
|
||
|
|
background-color: #EBF0FE;
|
||
|
|
min-height: 100vh;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
color: #333333;
|
||
|
|
font-size: 14px;
|
||
|
|
}
|