github-ribbons-css icon indicating copy to clipboard operation
github-ribbons-css copied to clipboard

CSS3 GitHub Ribbons

Results 3 github-ribbons-css issues
Sort by recently updated
recently updated
newest added

Added css3 hover effect for 'grey' and 'black'

I would suggest to remove the overflow-x which will effect the page behavior! body { overflow-x: hidden; } and simply replace .ribbon { position: absolute; ... by .ribbon { position:...

The css includes some fonts that makes two extra queries, which makes the image version run faster. I'd be happy to know if there is a solution to this problem....