Skip to content

Instantly share code, notes, and snippets.

@maksakoviliya
maksakoviliya / webdev_online_resources.md
Created July 20, 2018 14:57 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@maksakoviliya
maksakoviliya / button.sass
Created May 5, 2017 09:05 — 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
#loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;