ldap_frontend/src/stylesheets/index.css

22 lines
No EOL
359 B
CSS

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