Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into staging
  • Loading branch information
aaronm-2112 committed Jan 22, 2024
2 parents 56f551e + 6df1a8a commit f4e0496
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 7 deletions.
4 changes: 3 additions & 1 deletion public/css/guided.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,9 @@
.neumorphic {
border-radius: 10px;
background: #ffffff;
box-shadow: 5px 5px 10px #b5b5b5, -5px -5px 10px #ffffff;
box-shadow:
5px 5px 10px #b5b5b5,
-5px -5px 10px #ffffff;
padding: 20px;
border: var(--color-border) 1px solid;
}
Expand Down
Loading

0 comments on commit f4e0496

Please sign in to comment.