Jonqora / div-art

Practice in JavaScript DOM manipulation to create abstract art. Strangely addicting!

Home Page:https://jonqora.github.io/div-art/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<div> block art

A fun thing I made to practice JavaScript DOM manipulation. Visit the web page to try... It's strangely addicting!

<div> block art: click to create and change!

Fun fact: the initial html <body> for this is barely 8 lines:

<header>
  <h1>&lt;div&gt; block art</h1>
  <p>Click on boxes to split them and randomize their color!</p>
</header>

<section>
  <div class="first art"></div>
</section>

<script src="div-art.js"></script>

About

Practice in JavaScript DOM manipulation to create abstract art. Strangely addicting!

https://jonqora.github.io/div-art/


Languages

Language:JavaScript 57.5%Language:HTML 29.0%Language:CSS 13.5%