From bb5a3f7eaee184542e31b96fcb08be25e57194a2 Mon Sep 17 00:00:00 2001 From: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:54:47 -0500 Subject: [PATCH] A little more responsive --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 5984007..7e3cc78 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,10 @@ body { color: #ebdbb2; - background-color: #282828; - padding-left: 10em; - padding-right: 10em; + background-color: #282828; + padding-left: 10%; + padding-right: 10%; font-family: "Curier New", monospace; + text-align: center; } h1 { @@ -65,13 +66,12 @@ h2 { /* } */ #c { - text-align: center; padding: 1em; background-color: #665c54; } img { - transition: all .2s ease-in-out; + transition: all .2s ease-in-out; /* border: 2px solid #ebdbb2; */ /* padding: 5px; */ } @@ -82,3 +82,4 @@ img:hover { /* padding: none; */ } +