Skip to content

Commit

Permalink
feat: add background splash
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech committed Sep 2, 2023
1 parent 371aaf5 commit 14b0510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added public/images/collage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions styles/Home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

height: max(var(--welcome-hero-height), 28rem);
overflow: hidden;
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
url("/images/collage.png") no-repeat;
background-size: cover;

.cyberDiamondRelativeContainer {
position: relative;
Expand All @@ -23,6 +26,7 @@
border: 12px solid var(--cyber-gold);
border-radius: 40px;
background: radial-gradient(#ffba4400, #ffba4414);
background-color: rgba(0, 0, 0, 0.8);
}
}

Expand Down

0 comments on commit 14b0510

Please sign in to comment.