Update index.php

This commit is contained in:
awesomeuser 2023-08-02 22:54:24 +00:00
parent 2f00bd5789
commit c9c4c4f2c3

View file

@ -6,7 +6,9 @@
<link rel="stylesheet" href="style.css">
<style>
#center {
width: 100%;
max-width: 900px;
min-width: 720px;
margin: auto;
display: flex;
gap: 10px;
@ -28,7 +30,6 @@
input[type=submit] {
float: right;
width: 100px;
background: var(--accent);
color: white;
font-weight: 600;