master
Caleb Fontenot 2023-03-22 18:08:58 +07:00
parent d2d5fa9361
commit 2a5e82f32c
2 changed files with 6 additions and 4 deletions

@ -39,7 +39,7 @@
}
document.getElementById("jsOutput").innerHTML = startEnd + "<br>";
document.getElementById("jsOutput").innerHTML += "*" + "<br>";
document.getElementById("jsOutput").innerHTML += "* " + input + " *"+ "<br>";
document.getElementById("jsOutput").innerHTML += "* " + input + "<br>";
document.getElementById("jsOutput").innerHTML += "*" + "<br>";
document.getElementById("jsOutput").innerHTML += startEnd;

@ -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;