Skip to content

Instantly share code, notes, and snippets.

View Korobeynik's full-sized avatar

Yura Korobeynik Korobeynik

View GitHub Profile
@Korobeynik
Korobeynik / button.sass
Created March 30, 2017 22:18 — 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
@Korobeynik
Korobeynik / main.css
Created April 25, 2016 13:31 — forked from kovaldn/main.css
CSS: footer
<div class="wrapper">
<div class="main-content">
</div>
</div>
<footer class="page-footer">
</footer>
/* прибьём футер к низу*/
.wrapper{