1.0.1 • Published 2 years ago

@turbocolor/css v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
    ```html
    <!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>
    ```
    
    2. JS Function
    
    ```js
    newGHGradient("Hello World"/*← This Is The Content */,1/*← This Is The Gradient Number */);
    ```

    Source Code