.carousel-item { position: absolute; top: 0; left: 50%; transform: translateX(-50%) scale(0.8); opacity: 0.5; transition: transform 0.5s ease, opacity 0.5s ease; width: 100%; max-width: 400px; /* Adjust size as needed */ height: 600px; /* Adjust height as needed */ background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 10px; /* Optional: rounded corners */ } .carousel-item.active { transform: translateX(-50%) scale(1); opacity: 1; z-index: 1; } .carousel-item.prev { transform: translateX(-150%) scale(0.8); opacity: 0.5; } .carousel-item.next { transform: translateX(50%) scale(0.8); opacity: 0.5; } /* Example of specific images for each item */ .carousel-item:nth-child(1) { background-image: url('https://m.media-amazon.com/images/M/MV5BYzdjMDAxZGItMjI2My00ODA1LTlkNzItOWFjMDU5ZDJlYWY3XkEyXkFqcGc@._V1_FMjpg_UX1000_.jpg'); } .carousel-item:nth-child(2) { background-image: url('https://m.media-amazon.com/images/M/MV5BZjc1YTllY2QtOTQyYy00NTA3LWE0YTUtMGQ0ZWNjYTE4NTE2XkEyXkFqcGc@._V1_.jpg'); } .carousel-item:nth-child(3) { background-image: url('https://m.media-amazon.com/images/M/MV5BMTk2MTEwOTcwOF5BMl5BanBnXkFtZTgwMDEzMjM2MjE@._V1_.jpg'); } .carousel-controls { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); } #prevBtn, #nextBtn { background-color: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px; cursor: pointer; z-index: 2; } #prevBtn:hover, #nextBtn:hover { background-color: rgba(0, 0, 0, 0.8); }
top of page

​Ýr
Þrastar

Ýr is a true fashionista, a stylist with a unique talent for creating captivating images in her work as a film maker and art director. Ýr has a strong connection to the Icelandic fashion and design scene making her an exciting option for all things stylistic.

bottom of page