Skip to content

Instantly share code, notes, and snippets.

@munteanusasha
munteanusasha / LICENCE SUBLIME TEXT
Created January 20, 2019 12:14
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----
/* https://github.com/twbs/bootstrap
тыкаем на последний актуальный релиз
https://v4-alpha.getbootstrap.com/layout/grid/#sass-mixins
Надо юзать миксины т.к. они заменяют дикие конструкции в аргументах class="col-md-6 col-ml-3 и т.д. content-main"
<div class="container">
<div class="row">
<div class="left-sidebar">...</div>
<div class="content-main">...</div>
<div class="right-sidebar">...</div>
@munteanusasha
munteanusasha / button.sass
Created December 3, 2018 11:19 — 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