started scrolling animations at 75%; added lazy loading to images

This commit is contained in:
Spencer Flagg
2022-09-19 12:43:19 +02:00
parent ef80fd28d3
commit 906d4a7041
7 changed files with 1927 additions and 39 deletions

View File

@@ -79,6 +79,13 @@ body{
background: #333333;
}
img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
}
main{
//transform: translateY(-100vh);
perspective: 1000px;