Update index.html
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
|
||||
#output {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
height: 100px; /* Adjust the height as desired */
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
@@ -117,9 +117,8 @@
|
||||
}
|
||||
|
||||
.container.function {
|
||||
padding-top: 280px;
|
||||
padding-top: 180px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -130,23 +129,23 @@ You can edit this manually before saving, if needed."></textarea>
|
||||
<button id="saveButton" class="save-button">Save As...</button>
|
||||
</div>
|
||||
|
||||
<div class="container function">
|
||||
<b>Function:</b>
|
||||
<div class="other">
|
||||
<button onclick="appendToOutput('F1')">F1</button>
|
||||
<button onclick="appendToOutput('F2')">F2</button>
|
||||
<button onclick="appendToOutput('F3')">F3</button>
|
||||
<button onclick="appendToOutput('F4')">F4</button>
|
||||
<button onclick="appendToOutput('F5')">F5</button>
|
||||
<button onclick="appendToOutput('F6')">F6</button>
|
||||
<button onclick="appendToOutput('F7')">F7</button>
|
||||
<button onclick="appendToOutput('F8')">F8</button>
|
||||
<button onclick="appendToOutput('F9')">F9</button>
|
||||
<button onclick="appendToOutput('F10')">F10</button>
|
||||
<button onclick="appendToOutput('F11')">F11</button>
|
||||
<button onclick="appendToOutput('F12')">F12</button>
|
||||
<div class="container function">
|
||||
<b>Function:</b>
|
||||
<div class="other">
|
||||
<button onclick="appendToOutput('F1')">F1</button>
|
||||
<button onclick="appendToOutput('F2')">F2</button>
|
||||
<button onclick="appendToOutput('F3')">F3</button>
|
||||
<button onclick="appendToOutput('F4')">F4</button>
|
||||
<button onclick="appendToOutput('F5')">F5</button>
|
||||
<button onclick="appendToOutput('F6')">F6</button>
|
||||
<button onclick="appendToOutput('F7')">F7</button>
|
||||
<button onclick="appendToOutput('F8')">F8</button>
|
||||
<button onclick="appendToOutput('F9')">F9</button>
|
||||
<button onclick="appendToOutput('F10')">F10</button>
|
||||
<button onclick="appendToOutput('F11')">F11</button>
|
||||
<button onclick="appendToOutput('F12')">F12</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<b>String:</b>
|
||||
|
||||
Reference in New Issue
Block a user