Asimov is a CSS library, integrated with pre-defined styled classes, and Utilites, for a quick creation of websites with a sci-fi feel to them, with much focus on functionality.
There are two versions of Asimov-UI available: Dark and Light. In order to start using Asimov UI in your project please paste the relevant link provided in the code snippet in the <head> tag above all the stylesheets.To make sure that the icons appear please use your preferred font awesome icon pack link or the one provided in the snippet.
<!-- Style sheet link for dark theme -->
<link rel="stylesheet"
href="https://asimov-ui.netlify.app/themes/darktheme.css" />
<!-- Style sheet link for light theme -->
<link rel="stylesheet"
href="https://asimov-ui.netlify.app/themes/lighttheme.css" />
<!-- Font Awesome Icons -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/fontawesome/4.7.0/css/font-awesome.min.css">