change bg to cover and add more top margin to panel
This commit is contained in:
parent
dbf21f570b
commit
1c50d3bbe7
|
@ -6,6 +6,9 @@ html {
|
|||
}
|
||||
body {
|
||||
background-image: url("bg.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -14,9 +17,10 @@ body {
|
|||
|
||||
.panel {
|
||||
height: 60%;
|
||||
min-height: 192px;
|
||||
margin-left: 15%;
|
||||
margin-right: 15%;
|
||||
margin-top: 15%;
|
||||
margin-top: 20%;
|
||||
font-size: 15px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user