Update index.html

This commit is contained in:
nune 2024-12-19 10:55:48 -05:00 committed by GitHub
parent 0d73bf3f83
commit e2c1fdb383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
body {
font-family: 'Nimbus Mono PS', 'Courier New', monospace;
margin: 20px;
margin: 0px;
background-color: var(--bg-color);
text-align:center;
color: var(--text-color);
@ -33,7 +33,7 @@
.main {
text-align:center;
width:500px;
width:75%;
}
input, button {