o-front is a framework that makes the work more easy and fast, and it makes your website fits all screen sizes
- getteing started
- documentation
first thing first, you have to download the style folder and js folder. second, you have to add the global.css in your tag
<link rel="stylesheet" href="style/global.css">
than add the elements.js and jquery.js in the bottom of the tag
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="./js/elements.js"></script>
now, all you have to do is go to the documentation and know how to use the framework by reading the examples