Skip to content

Instantly share code, notes, and snippets.

CSS Drop cards Social buttons

A dropping cards with links to your social networks

A Pen by Oloman on CodePen.

License.

@rebhichaouki
rebhichaouki / index.html
Last active August 29, 2015 14:23
jQuery YouTube Search Engine
<div id="container">
<header>
<h1>Search <span>Vids</span></h1>
<p>Search all YouTube Videos</p>
</header>
<section>
<form id="search-form" name="search-form" onsubmit="return search()">
<div class="fieldcontainer">
<input type="search" id="query" class="search-field" placeholder="Search YouTube">
<input type="submit" name="search-btn" id="search-btn" value="">
@rebhichaouki
rebhichaouki / Youtube-like loading bar with pure CSS.markdown
Created June 29, 2015 14:49
Youtube-like loading bar with pure CSS

Youtube-like loading bar with pure CSS

Using the Youtube loading bar as a concept, and tweaking with some finesse.

A Pen by Ash Durham on CodePen.

License.

@rebhichaouki
rebhichaouki / Day54: WebGL Particle Animation..markdown
Created June 30, 2015 21:45
Day54: WebGL Particle Animation.