From 2a5e82f32c7d91f654fd77996e6560b6fc06d60e Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Wed, 22 Mar 2023 18:08:58 -0500 Subject: [PATCH] hehe --- index.html | 2 +- root.css | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d1215d0..87eab1e 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ } document.getElementById("jsOutput").innerHTML = startEnd + "
"; document.getElementById("jsOutput").innerHTML += "*" + "
"; - document.getElementById("jsOutput").innerHTML += "* " + input + " *"+ "
"; + document.getElementById("jsOutput").innerHTML += "* " + input + "
"; document.getElementById("jsOutput").innerHTML += "*" + "
"; document.getElementById("jsOutput").innerHTML += startEnd; diff --git a/root.css b/root.css index 6a974d9..e160c4d 100644 --- a/root.css +++ b/root.css @@ -37,9 +37,11 @@ body { } #jsOutput { font-family: monospace; - width: 30% - text-align: start; - //margin-left: 50%; + width: 95%; + text-align: left; + margin-left: auto; + margin-right: auto; + border-style: inset; } nav { background-color: #333333;