File Update
indentations
This commit is contained in:
@@ -133,3 +133,17 @@ td {
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
html {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#bg-image {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
background-image: url(logo.png);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
opacity: 0.3;
|
||||
}
|
||||
Reference in New Issue
Block a user