java_web/learn1/web/css/login.css
2024-12-05 13:34:13 +08:00

16 lines
260 B
CSS

.login-card{
width: 80%;
border: #eee solid 2px;
border-radius: 5px;
}
input{
width: 75%;
height: 35px;
border: grey solid 2px;
border-radius: 5px;
margin: 5px;
padding: 5px;
line-height: 100%;
text-align: center;
}