, , . , div , , body, . , / , . ems,% s, pixels, , .
.main-content {
background-color: #eee;
height: 200vh;
width: 100vw;
}
.chevron-arrow {
position: fixed;
color: green;
bottom: 10px;
right: 10px;
font-size: 5em;
}
<html>
<body>
<div class="main-content">
<h4>Just a placeholder, this could be anything</h4>
</div>
<div class="chevron-arrow">⌄</div>
</body>
</html>
Hide result