Formatting
This commit is contained in:
parent
5393f93a97
commit
44104f11c1
@ -48,13 +48,14 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#log-area {
|
#log-area {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
background-color: aqua;
|
background-color: aqua;
|
||||||
color: aqua;
|
color: aqua;
|
||||||
}
|
}
|
||||||
|
|
||||||
#trial {
|
#trial {
|
||||||
|
display:;
|
||||||
color: yellow;
|
color: yellow;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
@ -67,18 +68,9 @@ html, body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-unselected {
|
.btn {
|
||||||
margin: 5px;
|
background-color: #333;
|
||||||
border-width: 0px;
|
color: aqua;
|
||||||
font-family: times;
|
|
||||||
font-size: 20px;
|
|
||||||
height: 35px;
|
|
||||||
width: 150px;
|
|
||||||
border-top-left-radius: 0px;
|
|
||||||
border-bottom-left-radius: 0px;
|
|
||||||
border-top-right-radius: 0px;
|
|
||||||
border-bottom-right-radius: 0px;
|
|
||||||
background-color: #ccc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-selected {
|
.button-selected {
|
||||||
@ -96,6 +88,7 @@ html, body {
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
color: aqua !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<img src="./dancing_jesus.gif" class="img-fluid">
|
<img src="./dancing_jesus.gif" class="img-fluid">
|
||||||
</div>
|
</div>
|
||||||
<div id="log-container" class="row">
|
<div id="log-container" class="row">
|
||||||
<iframe id="log-area" src="log.txt" class="col-sm-12 col-md-6"></iframe>
|
<iframe id="log-area" src="log.txt" class="col-sm-12"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div class="controls-container">
|
<div class="controls-container">
|
||||||
<form action="/" method="POST">
|
<form action="/" method="POST">
|
||||||
|
Loading…
Reference in New Issue
Block a user