mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
22 lines
365 B
CSS
22 lines
365 B
CSS
h1{
|
|
text-align: center;
|
|
}
|
|
|
|
form{
|
|
display:block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 500px;
|
|
}
|
|
|
|
form input{
|
|
width: 80%;
|
|
display:block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height: 35px;
|
|
border-radius: 5px;
|
|
border: 2px solid rgb(0, 155, 194);
|
|
background-color: rgb(255, 255, 255);
|
|
margin-top: 20px;
|
|
} |