Skip to content

Instantly share code, notes, and snippets.

View MedRedha's full-sized avatar
:atom:
In Code We Trust

Mohamed Redha Khelifi MedRedha

:atom:
In Code We Trust
View GitHub Profile
@MedRedha
MedRedha / light-effect-by-mariano-zorrilla.markdown
Created April 16, 2020 00:41
Light effect by Mariano Zorrilla
@MedRedha
MedRedha / css-gooey-menu-version-2.markdown
Created April 21, 2020 12:04
CSS Gooey Menu (Version 2)
@MedRedha
MedRedha / index.html
Created June 2, 2020 15:41
Liquid button
<a href="http://waaark.com" class="btn-liquid">
<span class="inner">Liquid button ?</span>
</a>
@MedRedha
MedRedha / index.html
Created June 6, 2020 10:39
Offcanvas sidebar menu with a twist
<div class="page">
<span class="menu_toggle">
<i class="menu_open fa fa-bars fa-lg"></i>
<i class="menu_close fa fa-times fa-lg"></i>
</span>
<ul class="menu_items">
<li><a href="#"><i class="icon fa fa-signal fa-2x"></i> Moar</a></li>
<li><a href="#"><i class="icon fa fa-coffee fa-2x"></i> Coffee</a></li>
<li><a href="#"><i class="icon fa fa-heart fa-2x"></i> Please</a></li>
</ul>
@MedRedha
MedRedha / hamburger-menu-animations.markdown
Created June 7, 2020 17:46
Hamburger Menu Animations