8 lines
161 B
CSS
8 lines
161 B
CSS
#fallback {
|
|
margin: auto;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
width: 100%;
|
|
height: 100%;
|
|
} |