Further is a modern and simple framework. Offers a grid system and all the basic components needed to create a website.
Version | Description |
---|---|
1.0-Alpha | First release |
To use Further, download the project and place the code below in your index.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Further Style -->
<link rel="stylesheet" href="css/further.css" />
<link rel="stylesheet" href="css/further-grid.css" />
<!-- Font-->
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
<title> Further </title>
</head>
<body>
<!-- Scripts Load -->
<script src="js/further.js"></script>
</body>
</html>