kom mit css und anpassungen

Aufgabe von kom und bissel css sowie andere anpassungen. php storm dateien wurden hinzugefügt
This commit is contained in:
danielvici123
2024-11-04 12:48:23 +01:00
parent a1df8a458f
commit a0287e8d15
9 changed files with 100 additions and 1 deletions

25
komp/hauptseite.css Normal file
View File

@@ -0,0 +1,25 @@
.bild-100x100 {
width: 100px;
height: 100px;
}
.text-gruen {
color: #34ff34;
}
.text-allign-middle{
text-align: center;
}
.allign-left{
}
* {
border : 1px solid black;
}
.text-bold {
font-weight: bold;
}
.p-10 {
padding: 10px;
}
.li-abstand {
margin-bottom: 10px;
}