Elements CSS is a pre-prepared css styles framework for easier, more standards-compliant web design using the Cascading Style Sheets.
Add (.el-button) class to your button, link or input buttons to add button style.
To change the background color use el-bg* classes for e.g. .el-bg-green.
see all available bg colorsAdd (.el-bordred) with the button class to add bordred style to your button.
There are five different size are available for the button, just add sizes class (.el-xlarge .el-large .el-medium .el-small .el-xsmall) with the button class to use it.
Add (.el-icon-*) class inside your button, link or input buttons to add icon before the text.
Add your buttons inside (.el-button-group) container.
Add span tag inside buttons tag with (.el-or) class.
Add (.el-circle) class to your button.
Add (.el-circle-icon) class to your button.