From fbd4a1de92f3c3468017302c14abd1f9152e9ffa Mon Sep 17 00:00:00 2001 From: "Glitch (hello-webpage)" Date: Wed, 14 Mar 2018 21:57:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=97=F0=9F=9B=8E=20Checkpoint=20./index?= =?UTF-8?q?.html:8/101=20./styles.css:8/77?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +++ styles.css | 6 ++++++ 2 files changed, 9 insertions(+) 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