Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derycktse/css-drawing
A repository of football club logo drew by CSS
https://github.com/derycktse/css-drawing
Last synced: 5 days ago
JSON representation
A repository of football club logo drew by CSS
- Host: GitHub
- URL: https://github.com/derycktse/css-drawing
- Owner: derycktse
- Created: 2015-04-13T17:02:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T09:20:42.000Z (over 9 years ago)
- Last Synced: 2024-11-07T15:06:07.485Z (about 2 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##About This Repository
Since last year I made a decision to become a F2E.Also I am a football fan. So I intend to draw Football clubs' logo using CSS.
I know I don't have too much F2E skill.
But my motto is "Harder, Luckier!".
--------------
2015-4-14 12:10:14.I modified the Dortmund logo. The Dortmund logo has two words: "BVB" and "09". I think I can do this using persudo-elements.
So I divide them into "BB" and "V 09". I got problem here: the "V" and "09" have different font size. maybe I can use first-letter persudo element. But my ::before has position set to absolute. so first-letter becomes invalid.