Created
June 10, 2017 15:45
-
-
Save nurfarazi/710495e8288077f46a80a9d4b0568307 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/vacivax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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