aussehen rahmen

This commit is contained in:
Peter Hoppe
2023-02-10 15:44:31 +01:00
parent 0e9d6299af
commit fcc8c268bd
9 changed files with 56 additions and 10 deletions

View File

@ -1,8 +1,30 @@
.InputForm
form
{
width: 65%;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.InputForm
.frame
{
padding: 10px;
margin: 10px;
border: 2px;
border-radius: 5px;
border-style: solid;
display: flex;
flex-direction: column;
align-items: center;
}
.InputForm
.frameCenter
{
align-items: center;
display: flex;
flex-direction: column;
}