Update index.php
This commit is contained in:
parent
2f00bd5789
commit
c9c4c4f2c3
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue