Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nexmoe/nexmoe.css
- Owner: nexmoe
- License: mit
- Created: 2022-04-01T06:24:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T04:48:45.000Z (about 1 year ago)
- Last Synced: 2024-10-15T08:50:51.404Z (22 days ago)
- Topics: css, html, minimal, modern, stylesheet
- Language: HTML
- Homepage: https://nexmoe.github.io/nexmoe.css
- Size: 134 KB
- Stars: 76
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```