Skip to content

Instantly share code, notes, and snippets.

@nurfarazi
Created June 10, 2017 15:45
Show Gist options
  • Save nurfarazi/710495e8288077f46a80a9d4b0568307 to your computer and use it in GitHub Desktop.
Save nurfarazi/710495e8288077f46a80a9d4b0568307 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/vacivax
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default">রাতের বেলা খাবেন</button>
<button type="button" class="btn btn-success">add</button>
<button type="button" class="btn btn-danger">edit</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment