From d6a6df35536c2ba97bb12ee338e25c06b1560754 Mon Sep 17 00:00:00 2001 From: anonymous Date: Tue, 28 Apr 2020 01:27:36 -0400 Subject: [PATCH] added center class, minor improvements --- extra.html | 53 +++++++++++++++++++++++++++++------------------------ style2.css | 3 +-- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/extra.html b/extra.html index 108309b..6152aea 100644 --- a/extra.html +++ b/extra.html @@ -7,28 +7,33 @@
- - - \ No newline at end of file + diff --git a/style2.css b/style2.css index 4c44221..8190f20 100644 --- a/style2.css +++ b/style2.css @@ -79,7 +79,6 @@ ol { margin-left: auto; margin-right: auto; } - .big-code { display: block; margin-left: auto; @@ -129,7 +128,7 @@ ol { .sources { text-align: left; } -.footer { +.footer, .center { margin-top: 1vh; text-align: center; }