new website, for the project i have the "erdmännchen" its a funny creature
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
h1 h2 h3 {
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.banner img {
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
@@ -17,19 +22,18 @@
|
||||
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;
|
||||
|
||||
/* von moodle */
|
||||
.container {
|
||||
display: flex; /* Aktiviert Flexbox */
|
||||
justify-content: space-between; /* Verteilt die Inhalte mit Abstand */
|
||||
gap: 10px; /* Abstand zwischen den Inhalten */
|
||||
}
|
||||
|
||||
.body-text ul ul {
|
||||
padding-left: 1rem;
|
||||
list-style: circle;
|
||||
.ibox0 .ibox1 .ibox2 {
|
||||
flex: 1; /* Alle Boxen sind gleich breit */
|
||||
background-color: aqua;
|
||||
padding-left: 40px;
|
||||
padding-right: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.body-text li {
|
||||
margin: 0.5rem 0;
|
||||
padding-right: 0.25rem;
|
||||
}
|
||||
Reference in New Issue
Block a user