(Requires internet connection to load the JS libraries. There's just too many files that's why they're not included in the package)
Body tag
DTD
Framework script attribute
Art Board is an offline Chromium-based IDE with Live Preview. Perfect for those who don't have internet but want to create CSS images with a JSFiddle/CodePen-like environment.
Maintained and improved by Elmer Balbin Jr. Personal improvements implemented include:
- Layout redesign
- Auto-Draw feature
- Grid lines for guide
- Save & Load functionality
Based on John Cipponeri's JSTinker, an open source clone to JSFiddle.
License
All code belongs to the poster and no license is enforced.
Elmer's Art Board or its authors are not responsible or liable for any loss or damage of any kind during the usage of provided code.
See MIT License.
Grid not aligning?
Add this code to the CSS panel:
body {
margin: 0;
padding: 0;
}