Skip to content

Instantly share code, notes, and snippets.

View hadyfayed's full-sized avatar
🏠
Working from home

Hady hadyfayed

🏠
Working from home
View GitHub Profile

CSS3 Animated Grid Boxes

experimenting with content presentation for a landing page.

A Pen by Colin on CodePen.

License.

Very Simple Slider

Was tired of heavy bloated jQuery slider plugins so I made my own. Has controls and finds your slide height/width automatically. Simple & basic, the way momma would have wanted.

A Pen by zuraiz on CodePen.

License.

@hadyfayed
hadyfayed / UI-Elements.markdown
Created January 28, 2014 01:17
A Pen by Colin.

UI Elements

Some basic website elements - vertical nav with dropdowns, a form, and a couple buttons.

A Pen by Colin on CodePen.

License.

Set Child Width: Sass Mixin

Created a mixin for the :first-child/:nth-last-child(n) trick to set widths based on the number of child elements - includes support for custom rows (n elements/x per row).

A Pen by Clint Brown on CodePen.

License.

Buttons with or without icon. No extra tags.

Add the icon to the button. No need for extra tag with the icon inside. Same tag with or with text. Supported in IE9+ and other modern browser.

A Pen by Mads Hensel on CodePen.

License.

@hadyfayed
hadyfayed / Pure-CSS-Loaders-kit.markdown
Created January 28, 2014 03:50
A Pen by Viduthalai Mani.
@hadyfayed
hadyfayed / breakPointer.markdown
Created January 28, 2014 04:25
A Pen by Joe Watkins.

breakPointer

A little CSS driven module to drop into your project to expose which breakpoint/media query is active.

A Pen by Joe Watkins on CodePen.

License.

@hadyfayed
hadyfayed / Live-LESS-Compilation.markdown
Created January 28, 2014 04:26
A Pen by Derek Wheelden.
@hadyfayed
hadyfayed / User-Listing.markdown
Created January 28, 2014 04:28
A Pen by Derek Wheelden.
@hadyfayed
hadyfayed / CSS3-Tabbed-Content.markdown
Created January 28, 2014 04:38
A Pen by JustAnotherCoder.