branch wieder master; layout orange

This commit is contained in:
2022-12-21 02:06:12 +01:00
parent 722f7a5cff
commit a4658286cf
6 changed files with 22 additions and 40 deletions

14
src/components/Dog.css Normal file
View File

@ -0,0 +1,14 @@
.Dog
.Content
{
font-weight: bold;
margin: 5px;
}
.neben
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}