Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.