diff --git a/static/homepage.css b/static/homepage.css index 34c77c3703f9d06d0a4f415f5e7de8d20a1dc164..2cf1a02d0b6ea2d8db2842cd79b6c6c86ff7df9e 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -73,7 +73,14 @@ position: absolute; z-index: 9; } - +.homepage-content1{ + top: 900px; + transform: translateX(28%); + width: 440px; + height: 450px; + opacity: 0; + transition: all 0.5s linear; +} /* main title style: */ @@ -666,14 +673,14 @@ /* content boxes style: */ -.homepage-content1{ +/* .homepage-content1{ top: 900px; transform: translateX(28%); width: 440px; height: 450px; opacity: 0; transition: all 0.5s linear; -} +} */ .homepage-content2{ top: 1788px; transform: translateX(-80%);