UNPKG

nexmoe.css

Version:

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

41 lines (27 loc) 554 B
# 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: ```html <link rel="stylesheet" href="https://unpkg.com/nexmoe.css"> ``` or ```html <link rel="stylesheet" href="https://unpkg.com/nexmoe.css@latest/nexmoe.min.css"> ``` ## NPM ```sh npm install nexmoe.css ``` then import it. ```js import "nexmoe.css"; ```