Button Generator

Built by firmnardians for everyone.

Open Source: Github
Develop
Result

	button {
		display: inline-block;
		line-height: 1.5;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		border: 1px solid transparent;
		user-select: none;
		padding: 4px 10px ;
		font-size: 16px;
		border-radius: 4px;
		background-color: #185adb;
		color: #ffffff;
		font-weight: normal;
	}