Have you seen those websites which shows a list of brands or images with a marquee effect, that seem to go on forever? Here is a tutorial on how to implement exactly that π€© in CSS
β€3
Media is too big
VIEW IN TELEGRAM
π
The Joy of CSS Grid - Build 3 Beautifully Simple Responsive Layouts
β€1
codes.zip
4.1 KB
π¦ Codes: The Joy of CSS Grid - Build 3 Beautifully Simple Responsive Layouts
β€2
π
CSS Clamp
clamp(minimum, preferred, maximum);
In this example, the preferred value is 50%.
On the left 50% of the 400px viewport is 200px, which is less than the 300px minimum value that gets used instead.
On the right, 50% of the 1400px viewport equals 700px, which is greater than the minimum value and lower than the 800px maximum value, so it equates to 700px.
β€2