diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..78eeb12 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index bdeb5ba..6c706d2 100644 --- a/index.html +++ b/index.html @@ -6,12 +6,12 @@
To view this video please enable JavaScript, and consider upgrading to a web browser that @@ -30,7 +30,7 @@
diff --git a/styles.css b/styles.css index 75e7737..4ac487e 100644 --- a/styles.css +++ b/styles.css @@ -4,6 +4,7 @@ * { font-family: 'Ubuntu', sans-serif; + text-decoration: none; /* Removes the underline from links */ } body { @@ -40,10 +41,6 @@ header img { border-radius: 0.625em; } -a.button-container { - text-decoration: none; /* Removes the underline from links */ -} - .button-container { display: flex; flex-wrap: wrap; /* Allow wrapping of buttons to the next line */