# Welcome to Neptune CSS!

![](https://img.shields.io/github/v/tag/neptune-css/neptune-css?color=%2300AACC) ![](https://img.shields.io/npm/dm/@neptune-css/neptune?color=%2300AACC) ![](https://img.shields.io/npm/l/@neptune-css/neptune?color=%2300AACC) 
***

![readme_banner](https://github.com/neptune-css/neptune-css/assets/122671813/20ba7132-a5bc-4d05-a03a-82a10e56ec34)

## Install

### NMP
Copy the following Code to install the [npm package](https://www.npmjs.com/package/neptunecss).
```
npm i neptunecss
```

### CDN
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/neptunecss@latest/neptune.min.css">
```

#### Example
```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">

        <!-- Import neptune ui -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/neptunecss@latest/neptune.min.css">
        
        <title>Neptune example</title>
    </head>
    <body>
        <!-- Your Content -->
    </body>
</html>
```

## Documentation
You can read the docs [here](http://neptunecss.org).

## Snippets Extension
Download it in [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=NeptuneCSS.neptunecss-snippets) or checkout on [GitHub](https://github.com/neptune-css/neptune-snippets).

## License
[MIT LICENSE](https://github.com/neptune-css/neptune-css/blob/main/LICENSE)

## Author
[Colin Grahm](https://github.com/CGWebDev2003)
