We have hosted the application css doodle in order to run this application in our online workstations with Wine or directly.
Quick description about css doodle:
is based on Shadow DOM v1 and Custom Elements v1. You can use it on all major browsers right now without polyfills. The component will generate a grid of divs by the rules (plain CSS) inside it. You can easily manipulate those cells using CSS to come up with a graphic pattern or an animated graph. The limit is the limit of CSS itself. Download the latest version or include it directly from a CDN. You can also install it from npm and import the module in JavaScript. The syntax of CSS-doodle is based on CSS and provides several extra utility functions and shorthand properties. The number of rows and columns in the grid is defined by the grid attribute on the element, ranging from 1 to 64. Its default is 1x1 when no value or 0 is given. The row or column is limited up to 4096 only when the grid is 1-dimensional.
Features:
- Import rules from CSS custom properties (CSS variables)
- All random values will be regenerated to the same value as last time based on the seed value
- Select cells randomly
- Set grid and doodle size at the same time
- Set width and height in one place
- Place cells relative to the grid
Programming Language: JavaScript.
Categories:
Software Development, Design