Notes/static/css/login.css

21 lines
318 B
CSS
Raw Normal View History

2023-06-15 07:24:23 +02:00
#login {
display: grid;
justify-items: center;
height: 100%;
}
#login div {
max-width: 300px;
}
#login div input {
margin-bottom: 32px;
width: 100%;
border: 0px;
border-bottom: 1px solid #fff;
font-size: 18pt;
color: #fff;
background-color: #494949;
}
#login div input:focus {
outline: none;
}