HTMLify
readme.md
Views: 20 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <div align="center"> # Doraemon <img src="./preview.png" alt="Doraemon"> *Doraemon, built with pure HTML and CSS.* [](https://ladybegood.github.io/doraemon/) </div> > [!IMPORTANT] > Looks best in Chrome. > Firefox handles sub-pixel rounding and gradient anti-aliasing differently than Chromium. This results in small/duplicating artifacts and misaligned edges that are not present in Chromium based browsers. ## Design The line art and the colouring are rendered entirely through exploiting CSS gradients (**94 in total**) on a single div. No SVGs, pseudo-elements, or external assets are used. To demonstrate the scale of the layering, the image below shows the result of replacing every colour (except transparent) with a unique random hex code: <img src="./layers.png" alt="Doraemon image with each gradient having a different colour" /> ## License The code in this repository is licensed under MIT-0. See [license.md](./license.md). This project is a personal, non-commercial CSS art experiment and is not affiliated with or endorsed by the owners of the [Doraemon](https://dora-world.com/) intellectual property. Doraemon is a trademark and copyright of [Fujiko Pro](http://www.fujio-pro.co.jp/english/), [Shin-Ei Animation](https://www.shin-ei-animation.jp/), and [TV Asahi](https://www.tv-asahi.co.jp/doraemon/). The design is based on [Shutterstock AI Asset #2718900541](https://www.shutterstock.com/image-generated/doraemon-2718900541). |