java_web/learn02/web/css/login.css
2024-12-07 19:53:28 +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;
}