21 lines
325 B
CSS
21 lines
325 B
CSS
|
.essay-background {
|
||
|
position: relative;
|
||
|
height: 80%;
|
||
|
overflow: hidden;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: cover;
|
||
|
}
|
||
|
|
||
|
.essay-title {
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
top: 43%;
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.essay-content {
|
||
|
font-size: 1rem;
|
||
|
line-height: 1.6;
|
||
|
}
|