hehe
This commit is contained in:
parent
d2d5fa9361
commit
2a5e82f32c
@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
document.getElementById("jsOutput").innerHTML = startEnd + "<br>";
|
document.getElementById("jsOutput").innerHTML = startEnd + "<br>";
|
||||||
document.getElementById("jsOutput").innerHTML += "*" + "<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 += "*" + "<br>";
|
||||||
document.getElementById("jsOutput").innerHTML += startEnd;
|
document.getElementById("jsOutput").innerHTML += startEnd;
|
||||||
|
|
||||||
|
8
root.css
8
root.css
@ -37,9 +37,11 @@ body {
|
|||||||
}
|
}
|
||||||
#jsOutput {
|
#jsOutput {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
width: 30%
|
width: 95%;
|
||||||
text-align: start;
|
text-align: left;
|
||||||
//margin-left: 50%;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
border-style: inset;
|
||||||
}
|
}
|
||||||
nav {
|
nav {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
|
Loading…
Reference in New Issue
Block a user