Skip to content

Instantly share code, notes, and snippets.

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

Med Redha Khelifi MedRedha

:octocat:
In Code We Trust
View GitHub Profile
@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 / css-gooey-menu-version-2.markdown
Created April 21, 2020 12:04
CSS Gooey Menu (Version 2)
@MedRedha
MedRedha / light-effect-by-mariano-zorrilla.markdown
Created April 16, 2020 00:41
Light effect by Mariano Zorrilla
@MedRedha
MedRedha / index.html
Created March 25, 2020 17:04
Navigation bar concept
<div class="wrapper">
<div class="item menu">
<div class="linee linee1"></div>
<div class="linee linee2"></div>
<div class="linee linee3"></div>
</div>
<div class="item gallery">
<div class="dot dot1"></div>
<div class="dot dot2"></div>
<div class="dot dot3"></div>
<div id="circle_container">
<div id="stars"></div>
<div id="load_wrapper">
<div id="sun"></div>
<div id="moon"></div>
</div>
</div>
<h1 id="loading_text">Loading</h1>