style.css
Anonymous
css
08/31/2023 2:19 PM
352 B
19
Indexable
form{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 50px;
}
input{
width: 300px;
height: 30px;
margin: 10px;
border-radius: 5px;
border: 1px solid #ccc;
padding: 5px;
}Editor is loading...