boxen wm beispiel

This commit is contained in:
2026-04-27 12:48:36 +02:00
parent c68082c1a7
commit e181656f04
5 changed files with 158 additions and 142 deletions
+35
View File
@@ -0,0 +1,35 @@
.banner img {
height: 300px;
width: 100%;
object-fit: cover;
object-position: top center;
display: block;
}
.body-text {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
color: #222;
line-height: 1.5;
font-size: 16px;
padding: 18px;
background: #fff;
border-radius: 8px;
box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.body-text ul {
margin: 0;
padding-left: 1.25rem;
list-style: disc;
color: inherit;
}
.body-text ul ul {
padding-left: 1rem;
list-style: circle;
}
.body-text li {
margin: 0.5rem 0;
padding-right: 0.25rem;
}