Skip to content

Commit

Permalink
Update styleSheet.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gcparksandresorts authored May 6, 2024
1 parent d0d57f5 commit dca558b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webresources/others/styleSheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ body{
.subtitleBar {width:full; margin-top:-20px; padding:15px; background:#efefef; text-align:center;}
.subtitleBar p {max-width:1200px; margin-left:auto; margin-right:auto;}

.vidBanAnimated{animation:animatedBanner 40s infinite; animation-timing-function: ease-in-out;}

@keyframes animatedBanner{
0% {object-position: 0% 100%;}
50% {object-position: 100% 100%;}
100% {object-position: 0% 100%;}
}


/*-- FLEX ELEMENTS ------------------------------------------------------------------------------------------------------------------------------------------ */

Expand Down

0 comments on commit dca558b

Please sign in to comment.