quick.css

A CSS framework for web developers who do not have time.

Download

You can download minified or unminified version.

Minified version

You can download minified version quick.min.css and use together with your HTML by adding:

                    
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="quick.min.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>
                

You can use too jsdelivr for link latest minified version of the Quick.css:

                    
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick/src/quick.min.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>
                

If you want loading an exact minified version of the Quick.css use jsdelivr with version:

                    
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick@1.0.0/src/quick.min.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>
                

Unminified version

Quick.css is also available as unminified stylesheet, which can be handy during styling.

You can download unminified version quick.css and use together with your HTML by adding:

                    
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="quick.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>
                

You can use too jsdelivr for link latest unminified version of the Quick.css:

                    
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick/src/quick.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>
                

If you want loading an exact unminified version of the Quick.css use jsdelivr with version:

                    
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick@1.0.0/src/quick.css"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>
                

Browser support

  1. Chrome (last 3)
  2. Edge (last 3)
  3. Firefox (last 3)
  4. Firefox ESR
  5. Opera (last 3)
  6. Safari (last 3)
  7. iOS Safari (last 2)
  8. Internet Explorer 9+

License

Quick.css is licensed with the MIT license.

The MIT License places almost no restrictions on what you can do with this lib. You are free to use it in commercial projects as long as the copyright is left intact. You can read license here.