Skip to content

Commit

Permalink
aestheticchange
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-ford committed Jun 8, 2024
1 parent 72896b6 commit 1980840
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions button.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
.btn-hover.color-8 {
background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
margin-top: 9px;
}
.btn-hover.color-9 {
background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
Expand All @@ -87,4 +88,11 @@
}
.btn-hover.color-11 {
background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f); box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}
.zBWJ7A {
background-clip: text;
-webkit-background-clip: text;
background-image: linear-gradient(90deg, #e85a19, #f5ce62);
color: transparent;
font-style: normal;
}
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
</head>
<body style="background-color: #121212; color: #ffffff; font-family: sans-serif; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh;">
<h1 style="font-size: 3em; text-align: center;">
bryce's games
"bryce's "
<span class="zBWJ7A">games</span>
</h1>
<span id="subtitle" style="font-size: 1.5em;">...</span>
<p style="text-align: center; max-width: 600px; margin: 20px auto;">
Expand Down

0 comments on commit 1980840

Please sign in to comment.