mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added banner
This commit is contained in:
BIN
luckydiamond/src/assets/bg-banner.png
Normal file
BIN
luckydiamond/src/assets/bg-banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 145 KiB |
@@ -6,6 +6,7 @@
|
||||
<section class="home">
|
||||
<div class="home__content">
|
||||
<div class="home__banner">
|
||||
<h1>123</h1>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -54,4 +55,16 @@ export default {
|
||||
filter: blur(465px);
|
||||
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>
|
||||
Reference in New Issue
Block a user