diff --git a/css/css-animation-examples.css b/css/css-animation-examples.css index 7f45c02..eeaccc0 100644 --- a/css/css-animation-examples.css +++ b/css/css-animation-examples.css @@ -123,7 +123,7 @@ margin: 0 5px; } nav ul li a { - color: black; + color: white; font-size: 17px; text-transform: uppercase; padding: 7px 13px; @@ -163,7 +163,7 @@ position: fixed; width: 100%; height: 100vh; - background: #2c3e50; + background: grey; top: 80px; left: -100%; text-align: center; diff --git a/css/css-animation-resources.css b/css/css-animation-resources.css index f7bb8c5..e063c1e 100644 --- a/css/css-animation-resources.css +++ b/css/css-animation-resources.css @@ -126,7 +126,7 @@ margin: 0 5px; } nav ul li a { - color: black; + color: white; font-size: 17px; text-transform: uppercase; padding: 7px 13px; @@ -138,7 +138,7 @@ } .checkbtn { font-size: 30px; - color: black; + color: white; float: right; line-height: 80px; margin-right: 40px; @@ -166,7 +166,7 @@ position: fixed; width: 100%; height: 100vh; - background: #2c3e50; + background: grey; top: 80px; left: -100%; text-align: center; diff --git a/css/css-showcase-midterm.css b/css/css-showcase-midterm.css index 963fd50..8409c85 100644 --- a/css/css-showcase-midterm.css +++ b/css/css-showcase-midterm.css @@ -214,7 +214,7 @@ html { } .checkbtn { font-size: 30px; - color: black; + color: white; float: right; line-height: 80px; margin-right: 40px; @@ -242,7 +242,7 @@ html { position: fixed; width: 100%; height: 100vh; - background: #2c3e50; + background: grey; top: 80px; left: -100%; text-align: center; diff --git a/img/drive-download-20200311T224256Z-001.zip b/img/drive-download-20200311T224256Z-001.zip deleted file mode 100644 index ae5fd07..0000000 Binary files a/img/drive-download-20200311T224256Z-001.zip and /dev/null differ