From ef0293fe0073a0763ac3ef7d4e0377aaa6831b58 Mon Sep 17 00:00:00 2001 From: Frank Delaguila Date: Tue, 4 Oct 2022 21:15:04 -0600 Subject: [PATCH] Adding in link to Git Repo --- iconmonstr-github-1.svg | 1 + index.html | 9 ++++++--- styles.css | 8 ++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 iconmonstr-github-1.svg diff --git a/iconmonstr-github-1.svg b/iconmonstr-github-1.svg new file mode 100644 index 0000000..aa05db9 --- /dev/null +++ b/iconmonstr-github-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 4a0e855..0f90245 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,10 @@

Utes Stats

-

I have no idea what I'm doing!

+ + Check out the GitHub + Github Icon +
@@ -27,12 +30,12 @@

2021-2022 Stat Comparisons

-
+

Pass Completions

-
+

Pass Attempts

diff --git a/styles.css b/styles.css index 4cf5ec5..6560ecf 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,7 @@ +html, body { + background-color: #f8f8f8; +} + .hero:before { display: block; background-color: #c00; @@ -15,8 +19,8 @@ .stat-container { border: 1px solid #efefef; - padding: 1rem; - border-radius: 0.25rem; + padding: 1.5rem; + border-radius: 0.75rem; } .section-header:after {