main.css
344 Bytes
*{
padding:0;
margin:0;
box-sizing:border-box;
}
.containter{
width:90%;
height:auto;
max-width:1200px;
margin:0 auto;
}
form{
width:50%;
max-width:400px;
border-radius:4px;
}
form input{
width:100%;
}
form ion-icon{
width:9%;
font-size:3rem;
margin:-15px;
color:rgb(75,75,75);
}