Member-only story
10 Cool CodePen Demos (August 2023)
A collection of 10 cool and exciting front-end demos shared on CodePen during August 2023
CSS Experiment: No Div Forest
Khanh Tran has been experimenting with textures in CSS and drawings with a single element or no element at all (using the <body>
). This is one of them. The forest is a collection of conic gradients, so be ready to open the CSS file if you want to check the code, as it’s so large that the dev tools crash if you try to inspect the body.
Image hover effect with shaders
Move the mouse over the palm tree picture to get a glitch animation where the red, green, and blue channels separate. Juxtopposed brings this catchy effect, created with threeJS, and shares a video on how to code the demo.