Initial commit; starting new design

Dropdown menu
This commit is contained in:
Matthew Holt 2023-04-14 20:54:26 -06:00 committed by Francis Lavoie
parent 5bb6d92c63
commit 18c3cd841e
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
8 changed files with 715 additions and 0 deletions

View file

@ -0,0 +1,10 @@
.hero {
background-color: hsla(201,63%,15%,1);
background-image:
radial-gradient(at 50% 96%, hsla(0,100%,20%,0.35) 0px, transparent 50%),
radial-gradient(at 5% 30%, hsla(136,95%,15%,1) 0px, transparent 50%),
radial-gradient(at 91% 0%, hsla(214,83%,25%,1) 0px, transparent 50%),
radial-gradient(at 82% 73%, hsla(265,72%,20%,1) 0px, transparent 50%);
min-height: 800px;
}