23 lines
643 B
HTML
23 lines
643 B
HTML
<html><head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Hello</title>
|
|
|
|
|
|
</head>
|
|
<body style="margin: 0px;">
|
|
<div id="cover" style="position: absolute;height: 100vh;width: 100vw;"></div>
|
|
<div class="opona" style="height: 20%;background-color: red;position: relative;"></div>
|
|
<div id="ozdoba" style="height: 10%;background-color: pink;position: relative;">
|
|
<div class="ozdoba" id="1"></div>
|
|
<div class="ozdoba" id="2"></div>
|
|
<div class="ozdoba" id="3"></div>
|
|
</div>
|
|
|
|
<div id="content" style="position: absolute;margin: 0px;width: 100vw;height: 100vh;"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body></html> |