Skip to content

Instantly share code, notes, and snippets.

View Illizion's full-sized avatar
🤒
Out sick

Illizion Illizion

🤒
Out sick
View GitHub Profile
const responses = [
'It is certain',
'It is decidedly so',
'Without a doubt',
'Yes, definetly',
'You may rely on it',
'As I see it, yes',
'Most likely',
'Outlook good',
'Yes',
@Illizion
Illizion / Bootstrap-OR-btn-group.html
Last active January 19, 2018 18:22
semantic OR button groups for bootstrap
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<div class="btn-group choice mt-5">
<button class="btn btn-danger" role="button">Cancel</button>
<div class="or"></div>
<button class="btn btn-success" role="button">Save</button>
</div>
We couldn’t find that file to show.