28 lines
No EOL
393 B
CSS
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%;
|
|
} |