Skip to content

Commit 1e0a729

Browse files
authored
Change image height
Make image height match page height instead of overflowing of page
1 parent b2e3de9 commit 1e0a729

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
align-items: center;
2121
justify-content: center;
2222
}
23+
img {
24+
height: 100vh;
25+
}
2326
</style>
2427
</head>
2528
<body style="margin: 0px; background: #0e0e0e;">

0 commit comments

Comments
 (0)