This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2bki21/komp/hauptseite.css
danielvici123 a0287e8d15 kom mit css und anpassungen
Aufgabe von kom und bissel css sowie andere anpassungen. php storm dateien wurden hinzugefügt
2024-11-04 12:48:23 +01:00

25 lines
298 B
CSS

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