Skip to content

Instantly share code, notes, and snippets.

View Padilo300's full-sized avatar
🏠
Working from home

Konstantin Padilo300

🏠
Working from home
View GitHub Profile
@Padilo300
Padilo300 / Экспорт html таблицы в XLS файл index.html
Last active February 18, 2018 10:55 — forked from insin/index.html
Экспорт html таблицы в XLS файл
<!DOCTYPE html>
<html>
<head>
<title>tableToExcel Demo</title>
<script src="tableToExcel.js"></script>
</head>
<body>
<h1>tableToExcel Demo</h1>
<p>Exporting the W3C Example Table</p>
@Padilo300
Padilo300 / _variables.sass
Created December 11, 2017 10:24 — forked from sioniks/_variables.sass
media sass
// standart project
$information-large-devise: "only screen and (max-width : 1600px)"
$information-medium-devise: "only screen and (max-width : 1200px)"
$information-small-devise: "only screen and (max-width : 992px)"
$information-esmall-devise: "only screen and (max-width : 768px)"
$information-custom-devise: "all and (max-width : 480px)"
$landscape: "screen and (max-width: 992px)"
//mobile first
$landscape2: "only screen and (max-width: 720px) and (orientation: landscape)"
@Padilo300
Padilo300 / _media-queries.scss
Created December 11, 2017 10:10 — forked from anthonyshort/_media-queries.scss
Media Queries in Sass
// Media Queries in Sass 3.2
//
// These mixins make media queries a breeze with Sass.
// The media queries from mobile up until desktop all
// trigger at different points along the way
//
// And important point to remember is that and width
// over the portrait width is considered to be part of the
// landscape width. This allows us to capture widths of devices
// that might not fit the dimensions exactly. This means the break