52 lines
No EOL
842 B
CSS
52 lines
No EOL
842 B
CSS
.content {
|
|
padding: 2rem;
|
|
border-radius: 8px;
|
|
color: #2e2c7e;
|
|
background-color: #e1e1e1;
|
|
padding: 1.5rem;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.content h1 {
|
|
margin-bottom: 2rem;
|
|
margin-left: 1rem;
|
|
font-size: 2.5rem;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.content h2 {
|
|
margin-top: 2rem;
|
|
margin-bottom: 1rem;
|
|
margin-left: 1rem;
|
|
font-size: 1.8rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.content h3 {
|
|
color: #EF694A;
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 1rem;
|
|
margin-left: 1rem;
|
|
font-size: 1.4rem;
|
|
}
|
|
|
|
.content p {
|
|
margin-bottom: 2rem;
|
|
margin-left: 2rem;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.content ul,
|
|
.content ol {
|
|
margin-left: 2rem;
|
|
margin-bottom: 1rem;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.content li {
|
|
margin-left: 2rem;
|
|
margin-bottom: 0.5rem;
|
|
} |