diff --git a/button.css b/button.css index 97df74d..4adb2f2 100644 --- a/button.css +++ b/button.css @@ -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); @@ -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; } \ No newline at end of file diff --git a/index.html b/index.html index dd7d82f..6079f6b 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,8 @@

- bryce's games + "bryce's " + games

...