0.1.1 • Published 4 years ago

hundred-days-of-code-css-ribbon v0.1.1

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

#100DaysOfCode CSS Ribbon

Easy way to include #100DaysOfCode ribbon on to your projects.

Imgur

How?

You don't have to install this package to use. Simply use free CDN services like Unpkg or JsDelivr.

  1. Include css into your HTML
  <link rel="stylesheet" href="https://unpkg.com/hundred-days-of-code-css-ribbon@0.1.1/100-days-of-code-ribbon.css">

or

  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hundred-days-of-code-css-ribbon@v0.1.1/100-days-of-code-ribbon.css">
  1. Add the ribbon with class hundred-days-of-code-ribbon, change the link's href to your need, and change your day of the project in data-day attribute
  <a class="hundred-days-of-code-ribbon" href="https://link-to-your.site" data-day="6"></a>
0.1.1

4 years ago

0.1.0

4 years ago