File size: 582 Bytes
488bb7c 7e9fae4 488bb7c 7e9fae4 488bb7c 7e9fae4 488bb7c 7e9fae4 488bb7c 7e9fae4 488bb7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
#container {
width: 600px;
margin: 0 auto;
text-align: center;
}
#urlInput {
width: 500px;
}
button {
margin: 10px;
}
#login {
display: flex;
justify-content: center;
flex-direction: row;
}
#loginButton {
display: flex;
background-color: rgb(255, 255, 255);
justify-content: center;
align-items: center;
width: fit-content;
padding: 10px 30px;
box-shadow: 1px 1px 1px 1px rgb(170, 170, 170);
border-radius: 15px;
border: 1px solid rgb(170, 170, 170);
}
#loginButtonText {
justify-content: center;
padding: 10px;
color: rgb(85, 85, 85);
} |