finished the problem of the white margin
This commit is contained in:
parent
b299a0383f
commit
569dd1b9e5
1 changed files with 8 additions and 0 deletions
|
@ -79,6 +79,14 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,body{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue