Skip to content
Snippets Groups Projects
Commit fed840d3 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

Update file homepage.css

parent d35ab2b3
No related branches found
No related tags found
No related merge requests found
Pipeline #409523 passed
......@@ -698,6 +698,8 @@
height: 65px;
opacity: 0;
transition: all 0.5s linear;
left: 50%; /* Position the element 50% from the left */
transform: translateX(-50%); /* Shift the element back by 50% of its own width */
}
.homepage-content8 {
top: 5700px;
......@@ -706,6 +708,8 @@
/* transform: translateX(-110%); */
opacity: 0;
transition: all 0.5s linear;
left: 50%; /* Position the element 50% from the left */
transform: translateX(-50%); /* Shift the element back by 50% of its own width */
}
/* .homepage-content7{
top: 4502px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment