uni

Thing1's amazing uni repo
Log | Files | Refs

commit d5bda4b4f18ac5f0af0b3d7c9119bbac7f0f9dbd
parent 5c7fc7fc123b61726ea2976de42fcfb71e94648d
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed,  4 Mar 2026 17:38:34 +0000

made photo scale

Diffstat:
MCS10120/project/style.css | 16+++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -76,6 +76,11 @@ nav table { margin-left: auto; margin-right: auto; } + #photo { + margin: auto; + text-align: center; + } +} } /* displays large enough to render the image on the right */ @@ -96,6 +101,12 @@ nav table { padding-left: 15px; padding-right: 15px; } + + #photo { + margin: auto; + text-align: center; + width: 40%; + } } footer { @@ -108,8 +119,3 @@ footer table { margin-right: auto; } -#photo { - margin: auto; - text-align: center; - width: 40%; -}