uni

Thing1's amazing uni repo
Log | Files | Refs

commit 5a4232fddddc96c40afb93b5e1ca379219704ca1
parent d3cb501eaef72a8d98fc1e4c15799a577a47a2ff
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Wed,  4 Mar 2026 17:35:41 +0000

aligned text

Diffstat:
MCS10120/project/index.html | 1+
MCS10120/project/style.css | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/CS10120/project/index.html b/CS10120/project/index.html @@ -63,6 +63,7 @@ <hr> <div id="photo"> <a href="https://analognowhere.com"><img height="50%" width="50%" src=images/release.jpeg alt="Cirno and Glenda reading the great texts"></a> + <br> <em>Cirno and Glenda reading the great texts</em> </div> diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -110,5 +110,6 @@ footer table { #photo { margin: auto; + text-align: center; width: 40%; }