A creative front-end project demonstrating how to draw shapes, objects, or characters using only pure CSS3 β no images or JavaScript involved.
π Live Demo: https://ziadhashem.github.io/Drawing-by-CSS3/
This project showcases the power of modern CSS to render visual drawings using:
divelementspositioningborder-radiustransform,rotate,scale- Gradients and shadows
Each drawing is made up of carefully styled HTML elements.
- HTML5 (basic structure)
- CSS3 (all the magic happens here)
- Clone the repository:
git clone https://github.com/ziadhashem/Drawing-by-CSS3.git
cd Drawing-by-CSS3