Skip to content

Commit b2ed502

Browse files
authored
Add styles for image in index.html
1 parent b2059dc commit b2ed502

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<head>
33
<style>
44
body { background-color: black; }
5+
img {
6+
object-fit: cover;
7+
width: 99vw;
8+
height: 98vh;
9+
}
510
</style>
611
</head>
712
<body>

0 commit comments

Comments
 (0)