Skip to content

Instantly share code, notes, and snippets.

View Al2003x's full-sized avatar

VICTOR DANILOV Al2003x

  • ООО "Энергия"
  • Russia
View GitHub Profile
@Al2003x
Al2003x / js-task-1.md
Created September 9, 2020 11:25 — forked from codedokode/js-task-1.md
Задания на яваскрипт (простые)
@Al2003x
Al2003x / bootstrap-4-sass-mixins-cheat-sheet.scss
Created May 9, 2020 05:16 — forked from anschaef/bootstrap-4-sass-mixins-cheat-sheet.scss
Bootstrap 4 Sass Mixins [Cheat sheet with examples]
/* -------------------------------------------------------------------------- */
// All Bootstrap 4 Sass Mixins [Cheat sheet]
// Updated to Bootstrap v4.4.x
// @author https://anschaef.de
// @see https://github.com/twbs/bootstrap/tree/master/scss/mixins
/* -------------------------------------------------------------------------- */
// Grid variables
$grid-columns: 12;
$grid-gutter-width: 30px;
@Al2003x
Al2003x / vanillaJS.md
Created August 26, 2019 21:48 — forked from dorokhin/vanillaJS.md
Vanilla JS

Operations with vanilla JavaScript (YOU MIGHT NOT NEED JQUERY)

Selecting elements

// Instead, select the first instance of .box
document.querySelector(".box");
// …or select all instances of .box  
document.querySelectorAll(".box");
@Al2003x
Al2003x / pug.md
Created April 22, 2019 11:45 — forked from neretin-trike/pug.md
Туториал по HTML препроцессору Pug (Jade)