YaeBlog/YaeBlog.Theme.FluentUI/Pages/Essay.razor.css

25 lines
366 B
CSS
Raw Normal View History

2024-01-23 17:55:34 +08:00
.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;
}
2024-01-24 20:53:41 +08:00
.essay-subtitle {
display: flex;
align-items: center;
}