diff --git a/style.css b/style.css index b3d7849..40c17db 100644 --- a/style.css +++ b/style.css @@ -73,9 +73,13 @@ body { transform: translate(-50%,0%); } footer { - text-align:center; + background-color: black; + border-radius: 100px; + padding: 1% 5% 1% 1%; + margin: 0% 5% 0% 5%; + text-align: center; + color: white; font-size:0.7em; - padding-top:30px; } .copyleft { transform:rotate(180deg); @@ -128,6 +132,7 @@ section p:nth-child(2) { text-align: right; font-size:12pt; color: white; + white-space: pre-wrap; } pre { margin: 8px 0px 8px 0px; @@ -140,6 +145,7 @@ pre { text-align: left; font-size:12pt; color: white; + white-space: pre-wrap; }