Difference between revisions of "MainPageDev"
From The Mickey Wiki: Your Walt Disney World Encyclopedia!
| Line 11: | Line 11: | ||
bottom: 8px; | bottom: 8px; | ||
left: 16px; | left: 16px; | ||
| + | animation: 1s slide-left; | ||
| + | } | ||
| + | |||
| + | @keyframes slide-left{ | ||
| + | from { | ||
| + | transform: translateX(-200%); | ||
| + | } | ||
| + | |||
| + | to { | ||
| + | transform: translateX(0%); | ||
| + | |||
| + | } | ||
} | } | ||
| Line 16: | Line 28: | ||
position: relative; | position: relative; | ||
text-align: center; | text-align: center; | ||
| + | overflow:hidden; | ||
| + | |||
} | } | ||
</style> | </style> | ||
Revision as of 23:59, 8 July 2021
|