7 lines
90 B
CSS
7 lines
90 B
CSS
input{
|
|
width: 40%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|