Skip to content

AFlachat/card-ribbon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

card-ribbon NPM version NPM downloads

Card ribbon in pure CSS. (in bytes!)

Install

$ npm install --save card-ribbon

Usage

The parent element of .card-ribbon should be position: relative;

<div class="parent-element">
  <div class="card-ribbon">This is the ribbon!</div>
  <div class="content">Whatever contents...</div>
</div>

Then include the CSS file via <link> attribute.

<link rel="stylesheet" href="/path/to/card-ribbon/dist/card-ribbon.css">

Or use some CSS pre-processor:

@import "card-ribbon";

Browser Support

IE 10 and above, Chrome, Safari, Firefox and a bunch of shit.

License

MIT © EGOIST

Packages

No packages published

Languages

  • HTML 71.1%
  • JavaScript 15.3%
  • CSS 13.6%