finished the problem of the white margin

This commit is contained in:
Natacha Quintero 2016-11-22 00:52:51 -04:30
parent b299a0383f
commit 569dd1b9e5

View file

@ -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>