kopia lustrzana https://github.com/learn-awesome/learndb
updated the css on the form.html page
rodzic
b27909a84b
commit
3e2020af2c
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #333;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
@ -46,6 +46,11 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
background-color: #3fbfff;
|
background-color: #3fbfff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -83,7 +88,9 @@
|
||||||
<label for="apiKey">API Key:</label>
|
<label for="apiKey">API Key:</label>
|
||||||
<input type="text" id="apiKey" name="apiKey" value="your-api-key">
|
<input type="text" id="apiKey" name="apiKey" value="your-api-key">
|
||||||
|
|
||||||
<input type="submit" value="Invoke Function">
|
<div class="button-container">
|
||||||
|
<input type="submit" value="Invoke Function">
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="result"></div>
|
<div id="result"></div>
|
||||||
|
|
Ładowanie…
Reference in New Issue