Skip to content

Instantly share code, notes, and snippets.

View AlexKardone's full-sized avatar

Alexander Matskevich AlexKardone

View GitHub Profile
@AlexKardone
AlexKardone / Search button Magnifier
Last active May 7, 2017 16:57
Search-button on SVG
<svg>
<rect width="50" height="10" x="-34" y="37" rx="5" ry="20" fill="#ffffff"/>
<circle r="26" cx="56%" cy="45%" fill="#f0626e"/>
<circle r="23" cx="56%" cy="45%" fill="#ffffff"/>
<circle r="18" cx="56%" cy="45%" fill="#f0626e"/>
</svg>
@AlexKardone
AlexKardone / push footer down
Last active May 9, 2017 13:24
Sticky footer
@AlexKardone
AlexKardone / Menu on full width of the block
Last active May 6, 2017 15:23
Menu on full width of the block
BKWaYz
------
A [Pen](http://codepen.io/gaserge/pen/BKWaYz) by [serge](http://codepen.io/gaserge) on [CodePen](http://codepen.io/).
[License](http://codepen.io/gaserge/pen/BKWaYz/license).
@AlexKardone
AlexKardone / menu-gamburger.css
Last active January 26, 2018 19:38
Menu-gamburger for web-site
.menu-icon {
position: absolute;
right: 0;
text-align: center;
width: 70px;
height: 70px;
border-left: 1px solid #c8c8c8;
}
.menu-icon span {