ldap_frontend/src/stylesheets/index.css

28 lines
392 B
CSS
Raw Normal View History

/* General styling */
body{
background-image: url(../images/backgroundsharkycoin.png);
2023-08-08 15:56:21 +01:00
text-align: center;
}
/* Title bar */
#title {
display: inline-flex;
background-color: white;
height: auto;
}
#title img {
float: left;
}
#password {
background-color: white;
}
#modify {
background-color: white;
2023-08-08 15:56:21 +01:00
}
.boxes {
margin-left: 20%;
margin-right: 20%;
}