Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bl33h/bendercssonly
Using only CSS, the drawing brings to life the iconic character Bender from the beloved animated series Futurama.
https://github.com/bl33h/bendercssonly
bender css drawing futurama netlify
Last synced: 24 days ago
JSON representation
Using only CSS, the drawing brings to life the iconic character Bender from the beloved animated series Futurama.
- Host: GitHub
- URL: https://github.com/bl33h/bendercssonly
- Owner: bl33h
- Created: 2023-02-03T17:23:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T04:48:29.000Z (over 1 year ago)
- Last Synced: 2024-11-20T20:35:45.187Z (3 months ago)
- Topics: bender, css, drawing, futurama, netlify
- Language: CSS
- Homepage: https://bendercssonly.netlify.app/
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# benderCSSonly
This project showcases a CSS-only drawing of a Futurama character Bender.
![]()
## Files
- src: the file that implements de solution.
- img: media files.## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/bl33h/benderCSSonly# Run the app
$ python -m hhtp.server
```