Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<style type="text/css">
.block {border:1px solid black; width:200px; height:100px; position:relative; margin-top:40px;}
.block h1 {margin:-20px auto; width:154px; background-color :#fff;}
</style>
<div class="block">
<h1>Заголовок</h1>
</div>
<style type="text/css">
.block {border:1px solid black; width:200px; height:100px; position:relative; margin-top:40px;}
.block h1 {position:absolute; top:-40px; left:20px; width :154px; background-color :#fff;}
</style>
<div class="block">
<h1>Заголовок</h1>
</div>
<style type="text/css">
.block {border:1px solid black; width:200px; height:100px; position:relative; margin-top:40px;
border-radius: 10px;}
.block h1 {position:absolute; top:-40px; left:20px; width :154px; background-color :#fff;}
</style>
<div class="block">
<h1>Заголовок</h1>
</div>