From 9a050cfe1435058684d9bac66dfcfc03c168fd41 Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Tue, 30 Jan 2018 18:06:27 -0500 Subject: [PATCH] fixed picture alignment --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 8e85ae4..ecf43cd 100644 --- a/style.css +++ b/style.css @@ -1432,6 +1432,10 @@ pre code{ text-shadow: 2px 2px 5px red; } +.aligncenter { + position: center; +} + .legal:hover { color: #FFFFFF; font-size: 24px;