added banner

This commit is contained in:
Kostya
2023-11-14 21:57:09 +03:00
parent a02662de4d
commit aaf7902084
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

View File

@@ -6,6 +6,7 @@
<section class="home"> <section class="home">
<div class="home__content"> <div class="home__content">
<div class="home__banner"> <div class="home__banner">
<h1>123</h1>
</div> </div>
</div> </div>
</section> </section>
@@ -54,4 +55,16 @@ export default {
filter: blur(465px); filter: blur(465px);
z-index: -1; z-index: -1;
} }
.home__content {
margin-top: 200px;
}
.home__banner {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 1276px;
height: 299px;
background: radial-gradient(circle at center, #DF85FF99, #7000FF);
}
</style> </style>