This is a submission for the 2026 WeCoded Challenge: Frontend Art
Show us your Art
Inspiration
My Code
<br> for(let i=0; i<20; i++){<br> const piece = document.createElement('div');<br> piece.classList.add('broken-piece');<br> piece.style.setProperty('--randX', Math.random());<br> document.body.appendChild(piece);<br> }<br>
<!-- Rising tech icons -->
Shattering barriers and rising in tech, together
Top comments (0)