Skip to content

Commit f397af6

Browse files
authored
Update index.html
1 parent f369276 commit f397af6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
padding: 40px 20px;
3535
color: #333;
3636
}
37+
body {
38+
background-color: #000; /* black background */
39+
margin: 0;
40+
font-family: Arial, sans-serif;
41+
color: #fff; /* white text for contrast */
42+
padding: 20px;
43+
}
3744
</style>
3845
</head>
3946
<body>
@@ -51,3 +58,4 @@
5158

5259

5360

61+

0 commit comments

Comments
 (0)