Skip to content

Instantly share code, notes, and snippets.

View upiter-2005's full-sized avatar
🏠
Working from home

Pavel Kuchenev upiter-2005

🏠
Working from home
  • Ukraine
View GitHub Profile
@upiter-2005
upiter-2005 / popover-dom-content.html
Created April 27, 2018 08:09 — forked from imliam/popover-dom-content.html
Bootstrap 4 - Load Popover Content From DOM
<div id="unique-id" style="display:none;">
<div class="popover-heading">This is a heading</div>
<div class="popover-body">This is HTML content that will be loaded inside a </div>
</div>
<span tabindex="0" role="button" data-toggle="popover" data-placement="bottom" data-popover-content="#unique-id">
Click me to load a popover
</span>
@upiter-2005
upiter-2005 / button.sass
Created July 4, 2017 09:40 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600