diff --git a/css/custom.css b/css/custom.css index c9ad876..863ecb6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -109,7 +109,19 @@ footer { filter: invert(80%); } - +.back-to-top-btn{ + background: transparent; + color: #fff; + border: 2px solid #fff; + font-weight: bold; +} +.back-to-top-btn:hover, +.back-to-top-btn:focus, +.back-to-top-btn:hover{ + background: #fff; + color: green; + border-color: #fff; +} @@ -326,8 +338,15 @@ footer { margin-top: 4rem; padding: 2rem 0; } - - +.footer-logo{ + height: 100px; + width: 100px; + margin-top: 10px; +} +.footer-txt{ + font-weight: bold; + text-align: center; +} /* EXPERIMENTS -------------------------------------------------------------- */ [class^='color-'], [class*='color-'] { diff --git a/index.html b/index.html index 4fed906..8a8c089 100644 --- a/index.html +++ b/index.html @@ -444,7 +444,11 @@

Programming Diversity

Spread the word about Open Source Diversity and contribute!

Please note that Open Source Diversity has a Contributor Code of Conduct based on the Contributor Covenant.
By participating in this project online or at events you agree to abide by its terms.

-

+

+ Back to Top +

+ +
diff --git a/photos/Screenshot from 2020-08-27 16-15-46.png b/photos/Screenshot from 2020-08-27 16-15-46.png new file mode 100644 index 0000000..ec6c856 Binary files /dev/null and b/photos/Screenshot from 2020-08-27 16-15-46.png differ diff --git a/photos/Screenshot from 2020-08-27 16-15-50.png b/photos/Screenshot from 2020-08-27 16-15-50.png new file mode 100644 index 0000000..c85816c Binary files /dev/null and b/photos/Screenshot from 2020-08-27 16-15-50.png differ