ldap_frontend/src/stylesheets/index.css
2023-08-08 16:17:56 +01:00

28 lines
No EOL
393 B
CSS

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