Elements CSS is a pre-prepared css styles framework for easier, more standards-compliant web design using the Cascading Style Sheets.
Attache the css file in to your html page in the header section.
<link rel="stylesheet" href="http://www.elementscss.com/css/elementscss.min.css">
<div class="el-container"> <div class="el-row"> <h1>Some Heading Here</h1> <p></p> </div> </div>
You can also install elementscss using npm:
$ npm install elementscss