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 {