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