Saturday April 1 2023
.flier { pointer-events: none; } .flier > * { /* Adjust animation duration to change the element’s speed */ animation: fly 50s linear infinite; pointer-events: none !important; top: 0; left: 0; transform: translateX(-120%) translateY(-120%) rotateZ(0); position: fixed; animation-delay: 1s; z-index: 999999; } /* Keyframe values control where the element will begin and end its trajectory across the screen. Each rule represents a path the element follows across the screen. */ @keyframes fly { 98.001%, 0% { display: block; transform: translateX(-200%) tr
ALL RIGHTS RESERVED ©      HIBA BADDOU  2023     © جميع الحقوق محفوظة هبة بدو