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