23 lines
No EOL
358 B
CSS
23 lines
No EOL
358 B
CSS
@import url(style.css);
|
|
|
|
.wrapper {
|
|
width: 40%;
|
|
position: relative;
|
|
margin-top: 20px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
color: white;
|
|
}
|
|
|
|
.main-title {
|
|
font-weight: 800;
|
|
font-size: 3em;
|
|
}
|
|
|
|
.content {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
font-size: 1.5rem;
|
|
word-wrap: break-word;
|
|
line-height: 1.9;
|
|
} |