uni

Thing1's amazing uni repo
Log | Files | Refs

commit 773ecb1a3cb7228b13873cfcc5db589fce186f29
parent 62cbe4d226bc6bf72af7c0b09440ed32412971da
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed,  4 Mar 2026 16:46:51 +0000

changed css

Diffstat:
MCS10120/project/style.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -25,7 +25,7 @@ a { } #blogs { - align: center; + /*align: center;*/ margin-left: auto; margin-right: auto; width: 30%; @@ -70,7 +70,7 @@ nav table { /* displays not large enough to render the image on the right */ @media screen and (min-width: 1000px) { body { - align: center; + /*align: center;*/ text-align: center; width: 70%; margin-left: auto; @@ -89,7 +89,7 @@ nav table { width: 45%; height: 100%; - align: left; + /*align: left;*/ text-align: left; margin-left: 0; margin-right: 0; @@ -99,7 +99,7 @@ nav table { } footer { - align: center; + /*align: center;*/ text-align: center; }