mmmhhh cheese
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
body {
|
||||
font-family: 'Courier New', monospace;
|
||||
background: #1a1a1a;
|
||||
color: #00ff00;
|
||||
color: #ffffff;
|
||||
margin: 0;
|
||||
padding: 10px; /* Reduced for mobile */
|
||||
font-size: 18px; /* Balanced size for readability */
|
||||
@@ -28,6 +28,10 @@ footer {
|
||||
box-sizing: border-box; /* Ensures padding doesn't break layout */
|
||||
}
|
||||
|
||||
.container > h1 {
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
h1 { font-size: 1.5rem; word-wrap: break-word; }
|
||||
|
||||
input[type="text"], input[type="email"] {
|
||||
|
||||
Reference in New Issue
Block a user