Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nexmoe/nexmoe.css

Use only HTML to write modern websites with smooth animations and beautiful interfaces.
https://github.com/nexmoe/nexmoe.css

css html minimal modern stylesheet

Last synced: 6 days ago
JSON representation

Use only HTML to write modern websites with smooth animations and beautiful interfaces.

Awesome Lists containing this project

README

        

# Nexmoe.css

Use only HTML to write modern websites with smooth animations and beautiful interfaces.

# Features

- Use only HTML
- Smooth animations
- Beautiful interfaces
- Responsive
- Tiny size
- No classes

# Getting Started

## Without NPM

Paste this into the `` of your HTML:

```html

```

or

```html

```

## NPM

```sh
npm install nexmoe.css
```

then import it.

```js
import "nexmoe.css";
```