Currently, I am working on creating a seamless CSS pattern for the web. Even though this may seem impractical and nonsensical, I find joy in experimenting with it.
After successfully designing my first tile, my next challenge is to figure out how to repeat it across the entire background.
Do you think I can achieve this using only HTML and CSS, or should I incorporate javascript?
-
If the javascript approach is necessary, these are my proposed steps:
- Determine the current browser width and height.
- Considering each tile is 150x150, I plan to generate enough divs to cover the entire screen.
-
In addition, I aim to introduce dynamic elements such as color-changing polygons that move within the pattern. This would create animation without relying on static background images.
Thank you,
Venn