WIP
This commit is contained in:
11
index.html
11
index.html
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user