YaeBlog/YaeBlog.Theme.FluentUI/Pages/Essay.razor.css
2024-01-23 17:55:34 +08:00

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;
}