Skip to content

Commit 2b53719

Browse files
authored
Merge pull request #3
Change image height
2 parents b2e3de9 + 1e0a729 commit 2b53719

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)