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 a6319190ae komp aufgabe
2024-11-07 13:00:21 +01:00

22 lines
281 B
CSS

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