Skip to content

Instantly share code, notes, and snippets.

View ivanauchynnikau's full-sized avatar
🎯
Focusing

Ivan ivanauchynnikau

🎯
Focusing
  • Minsk
View GitHub Profile
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Детальная смета: Дом 9х14.5м (Раздельная)</title>
<style>
:root { --blue: #2c3e50; --green: #27ae60; --purple: #8e44ad; --bg: #f8f9fa; }
body { font-family: 'Segoe UI', sans-serif; margin: 0; background: var(--bg); color: #333; line-height: 1.4; }
.container { max-width: 1100px; margin: 0 auto; padding: 20px; }
@ivanauchynnikau
ivanauchynnikau / CV.md
Last active September 29, 2020 22:10
Ivan Auchynnikau CV

List:

  • foo
  • bar

This is an H1

This is an H2

.text {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
@ivanauchynnikau
ivanauchynnikau / close cross styles
Created July 26, 2016 14:21
close cross styles
&__close
position: absolute;
top: 26px;
right: 23px;
width: 38px;
height: 38px;
&:before
transform: rotate(45deg);
&:after
transform: rotate(-45deg);
(function () {
// Scroll Variables (tweakable)
var defaultOptions = {
// Scrolling Core
frameRate : 150, // [Hz]
animationTime : 400, // [ms]
stepSize : 120, // [px]