added bg for home page

This commit is contained in:
Kostya
2023-11-13 23:25:01 +03:00
parent 506883be87
commit bd41565a5d
2 changed files with 14 additions and 4 deletions

View File

@@ -14,4 +14,14 @@
background: #161924;
}
/* /Header */
/* /Header */
/* Home */
.home {
width: 100%;
height: 93.8vh;
background: #161924;
}
/* /Home */

View File

@@ -3,9 +3,9 @@
<header-element-page></header-element-page>
<div class="home">
<h1>test</h1>
</div>
<section class="home">
</section>
</template>
<script>