@turbocolor/css

1.0.1 • Public • Published

Turbocolor CSS

You Can Easily Create GitHub Gradient Text Turbocolor

  1. Link the Turbocolor script to your HTML File By Using A CDN
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <script src="https://cdn.jsdelivr.net/gh/turbocolor/turbocolorcss@master/main.min.js"></script>
</head>
<body>
    
</body>
</html>
  1. Start Using It

    1. HTML Class
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Document</title>
        <script src="https://cdn.jsdelivr.net/gh/turbocolor/turbocolorcss@master/main.min.js"></script>
    </head>
    <body>
        <h2 class="github-1">Hello World</h2>
    </body>
    </html>
    1. JS Function
    newGHGradient("Hello World"/*← This Is The Content */,1/*← This Is The Gradient Number */);

Source Code

Readme

Keywords

Package Sidebar

Install

npm i @turbocolor/css

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

480 kB

Total Files

14

Last publish

Collaborators

  • dwhirlpool