Skip to content

Commit

Permalink
frosted glass look
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Jul 16, 2024
1 parent dd08e56 commit 70531cc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions views/assets/css/styles-1644738239.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,12 +816,14 @@ iner
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 80px;
margin: 80px auto;
max-width: 1200px;
background-color: var(--nord0m3);
width: 70%;
background-color: rgb(76, 86, 106, 0.15);
border-radius: 10px;
padding: 5px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
border: 1px solid transparent;
border: 1px solid rgba(255, 255, 255, 0.2); /* Semi-transparent border */
backdrop-filter: blur(10px); /* Frosted glass effect */
-webkit-backdrop-filter: blur(10px); /* For Safari */
}

.box-hero {
Expand Down Expand Up @@ -922,12 +924,14 @@ iner
.box-card {
width: 100%;
padding: 40px;
background-color: var(--nord1);
background-color: rgb(76, 86, 106, 0.15);
border-radius: 10px;
position: relative;
overflow: hidden;
text-align: left;
box-sizing: border-box;
box-sizing: border-box;
backdrop-filter: blur(10px); /* Frosted glass effect */
-webkit-backdrop-filter: blur(10px); /* For Safari */
}

.box-card::after {
Expand Down

0 comments on commit 70531cc

Please sign in to comment.