mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -04:00
Initial commit; starting new design
Dropdown menu
This commit is contained in:
parent
5bb6d92c63
commit
18c3cd841e
8 changed files with 715 additions and 0 deletions
10
new/resources/css/home.css
Normal file
10
new/resources/css/home.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue