Installation 🔧

layout design website with css framework

Installation Astronot CSS

For installing astronot css you can use cdn or run npm install , just insert code in your template website blog before </head>

Insert Code

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/astronot.css"/>

Minify

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/astronot.min.css"/>

Implementation

Insert code before head tag

<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8">
   <meta name="viewport"
    content="width=device-width,
    initial-scale=1,
    shrink-to-fit=no"/>
   <title> your title here</title>

  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/astronot.min.css"/>

 </head>
<body>
</body>
</html>

Or install using npm

Beta Version

Open terminal and run this command
npm install astronot

Folder location node_modules/astronot/css/astronot.min.css

Import on project example import Astronot from "../node_modules/astronot/css/astronot.min.css";

Lastest Version

Open terminal and run this command
npm i [email protected]

Folder location node_modules/astronot/astronot.min.css

Import on project example import Astronot from "../node_modules/astronot/astronot.min.css";

copyrights astronot css