Skip to content

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

License

Notifications You must be signed in to change notification settings

nexmoe/nexmoe.css

Repository files navigation

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 <head> of your HTML:

<link rel="stylesheet" href="https://unpkg.com/nexmoe.css">

or

<link rel="stylesheet" href="https://unpkg.com/nexmoe.css@latest/nexmoe.min.css">

NPM

npm install nexmoe.css

then import it.

import "nexmoe.css";