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;