Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</title>
<style>
.container {
height: 50vh;
border: 2px solid #1c87c9;
padding: 5px;
}
</style>
</head>
<body>
<h2>Пример свойства heigh</h2>
<div class="container">
<p>Высота равна "50vh".</p>
</div>
</body>
</html>