aussehen rahmen
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user