This commit is contained in:
bobbydigitales
2023-11-11 20:44:58 -08:00
parent d5c2f1694e
commit 6cd5a04cc1
6 changed files with 87 additions and 29 deletions

View File

@@ -93,6 +93,10 @@
padding: 20px;
}
.postImage {
width:100%;
}
#log {
font-family: monospace;
}
@@ -104,6 +108,11 @@
a {
color: rgb(29, 155, 240);
}
#log {
margin-bottom: 20px;
height:150px;
}
</style>
</head>
@@ -115,7 +124,7 @@
<div class="flex-container">
<div class="content">
<div id="status"></div>
<div id="log" style="margin-bottom: 20px; height:100px;"></div>
<div id="log"></div>
<input type="button" value="font1" id="button_font1" />
<input type="button" value="font2" id="button_font2" />