Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to make body full size

IN HTML:

<head>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

IN CSS:

html {
    height: 100vh;
}

body {
    height: 100%;
    background: gray;
}
Comment

PREVIOUS NEXT
Code Example
Html :: how to change hidden on html 
Html :: div html 
Html :: reduce the width of google recaptcha 
Html :: typo3 fluid format html 
Html :: html aside 
Html :: salesforce aura input checkbox 
Html :: html footer 
Html :: can se have same id for radio button in html 
Html :: hyperlink html id 
Html :: two buttons in same form 
Html :: mailchimp form action 
Html :: HTML <mark Element 
Html :: check html 
Html :: html lorem ipsum 
Html :: simplecss cdn 
Html :: html acronym 
Html :: meta tag white theme 
Html :: change the height of select option 
Html :: buttons are not coming in same line html 
Html :: is it illegal to hunt polar bears 
Html :: create link inertia-svelte 
Html :: login icon html 
Html :: testimonial slider html 
Html :: pdf to html python 
Html :: iconos html 
Html :: html date input pick only date 
Html :: bootstrap starter template 
Html :: ctx arc 
Html :: bootsrap carousel 
Html :: tailwind css breadcrumbs 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =