Skip to content

Instantly share code, notes, and snippets.

View ivanauchynnikau's full-sized avatar
🎯
Focusing

Ivan ivanauchynnikau

🎯
Focusing
  • Minsk
View GitHub Profile
@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]