Lizzy

Information

GenderFemale
HeightNot Given
Phone number076 061 9937

Description

/* Shared styles for both boxes */ .floating-box { width: 220px; height: 450px; background-color: #0000FF; position: fixed; top: 100px; z-index: 300; border-radius: 10px; padding: 20px; color: white; font-family: ‘Arial’, sans-serif; font-size: 16px; line-height: 1.5; z-index: 10; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 2px solid rgba(0, 0, 0, 0.2); } /* Specific styling for the right box */ .right-box { right: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; box-shadow: -20px 20px 15px rgba(0, 0, 0, 0.5); /* Custom shadow for right box */ } /* Specific styling for the left box */ .left-box { left: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.4); /* Custom shadow for left box */ } /* Applies when the screen width is 1023px or less */ @media (max-width: 1023px) { .floating-box { display: none; } .left-arrow { display: none !important; } .right-arrow { display: none !important; } } /* Applies when the screen width is greater than 1023px */ @media (min-width: 1024px) { .pc-box { width: 600px; margin: 0 auto; } }

CONT

View More Ads