mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 20:14:50 +00:00
started scrolling animations at 75%; added lazy loading to images
This commit is contained in:
@@ -79,6 +79,13 @@ body{
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
main{
|
||||
//transform: translateY(-100vh);
|
||||
perspective: 1000px;
|
||||
|
||||
Reference in New Issue
Block a user