Skip to content

Commit b681f86

Browse files
authored
Update index.html
1 parent bdfbea6 commit b681f86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@
4141

4242
</body>
4343
</html>
44+
<style>
45+
body {
46+
background-color: #ccc; /* light gray */
47+
margin: 0;
48+
font-family: Arial, sans-serif;
49+
color: #333; /* dark text for contrast */
50+
padding: 20px;
51+
}
52+
</style>
53+

0 commit comments

Comments
 (0)