Computer scienceFrontendCSSBasic propertiesCommon properties

Overflow

Auto

Report a typo

This time you are allowed not to set scrollbars if it's not necessary. Make the block have vertical scrollbars only if there is overlapping content.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>Auto</title>
</head>
<body>
<div class="main">
<h1>We've been waiting for you!</h1>
<p>All growing startups face the same problems. Lack of time, lack of investments, lack of staff. We've been through
the same and we can help. Reach out by leaving you email.</p>
<input type="email" placeholder="enter your email address">
</div>
</body>
</html>
Completed 0 of 1
Mission accomplished
___

Create a free account to access the full topic