@Aps-xSubmitted 8 months ago
Adam Seaton
@Aps-xAll comments
- @Aps-xPosted 8 months ago
I just realized that the logos scrolling animation does not work properly on the first visit to the site. What is strange though, is that the animation works fine after refreshing the page.
Does anyone have any idea why?
0 - @Aps-xSubmitted 9 months ago@Aps-xPosted 9 months ago
I'm too lazy to put in extra media queries.
I had fun with the color mixing; I originally tried to use the hsla() function, but that only accepted the color variable if it was in the format:
--clr_color; 0, 0%, 100%;
rather than:--clr_color: hsl(0, 0%, 100%);
. It's not entirely necessary, but it was fun to experiment with.1 - @Aps-xSubmitted 9 months ago@Aps-xPosted 9 months ago
Found a comment by @danielmrz-dev on another solution that helped me fix the background.
0