diff --git a/index.html b/index.html index b05f3e8..74ea71a 100644 --- a/index.html +++ b/index.html @@ -14,5 +14,8 @@ I'm your cool new webpage. Made with Glitch

+ +
+ diff --git a/styles.css b/styles.css index f57aec1..94216d1 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,9 @@ h1 { color: fuchsia; +} + +.glitchButton { + position: fixed !important; + top: 25px; + right: 25px; } \ No newline at end of file