Files
OpenLearnX/chatApp/select.css
T
0x5t4l1n df420e8331 update
Signed-off-by: 5t4l1n <stalin78830@gmail.com>
2025-09-14 16:41:18 +05:30

46 lines
809 B
CSS

#body {
font-family: 'Nunito';
background-color: #5d8fc9;
}
#login-card{
width:350px;
border-radius: 25px;
margin:150px auto;
}
#email{
border-radius:30px;
background-color: #ebf0fc;
border-color: #ebf0fc;
color: #9da3b0;
}
#button{
border-radius:30px;
}
#btn{
position: absolute;
bottom: -35px;
padding: 5px;
margin: 0px 55px;
align-items: center;
border-radius: 5px"
}
#container{
margin-top:25px;
}
.btn-circle.btn-sm {
width: 40px;
height: 40px;
padding: 2px 0px;
border-radius: 25px;
font-size: 14px;
text-align: center;
margin: 8px;
}