Answers for "my body shows on small screens"

0

my body shows on small screens

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
Posted by: Guest on October-12-2020

Code answers related to "my body shows on small screens"

Browse Popular Code Answers by Language