hundred-days-of-code-css-ribbon
v0.1.1
Published
#100DaysOfCode CSS Ribbon
Downloads
18
Readme
#100DaysOfCode CSS Ribbon
Easy way to include #100DaysOfCode ribbon on to your projects.
How?
You don't have to install this package to use. Simply use free CDN services like Unpkg or JsDelivr.
- Include css into your HTML
<link rel="stylesheet" href="https://unpkg.com/[email protected]/100-days-of-code-ribbon.css">
or
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/100-days-of-code-ribbon.css">
- 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 indata-day
attribute
<a class="hundred-days-of-code-ribbon" href="https://link-to-your.site" data-day="6"></a>