15 lines
169 B
CSS
15 lines
169 B
CSS
.bgmaster{
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
margin: 0;
|
|
}
|
|
|
|
html, body{
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
border: 0px;
|
|
padding: 0px;
|
|
margin 0;
|
|
} |