<body>
The <body> element receives width: 100% and min-height: 100svh, ensuring it always fills the full viewport height. Background color, text color, and font are set via :root variables.
Overview
live preview
editable html
<body>
<h3>About <body></h3>
<p>The <code><body></code> element receives <code>width: 100%</code> and <code>min-height: 100svh</code>, ensuring it always fills the full viewport.</p>
<p>Background color, text color, and font are inherited from <code>:root</code> variables, making the body the canvas for your content.</p>
</body>