commit 307b89017e72d80f25310ca41aed0806df0f2a74 parent 68a3ebb0c296c208d6e716d201effa1ac61640f5 Author: thing1 <thing1@seacrossedlovers.xyz> Date: Wed, 4 Mar 2026 16:56:06 +0000 removed duplicate ID Diffstat:
| M | CS10120/project/index.html | | | 4 | ++-- |
| M | CS10120/project/style.css | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CS10120/project/index.html b/CS10120/project/index.html @@ -7,8 +7,8 @@ <body> <header> - <h1 id="title">The amazing world of Lucas Standen!</h1> - <h2 id="title">A website straight out of 1999</h2> + <h1 class="title">The amazing world of Lucas Standen!</h1> + <h2 class="title">A website straight out of 1999</h2> <hr> diff --git a/CS10120/project/style.css b/CS10120/project/style.css @@ -5,7 +5,7 @@ body { font-family: 'Monospace'; } -header #title { +header .title { text-align: center; }