Skip to content

Instantly share code, notes, and snippets.

View RottinRob's full-sized avatar

Robert D Rees RottinRob

View GitHub Profile
@RottinRob
RottinRob / HACKME
Last active August 29, 2015 14:23
Nic-Naks -n- Klever_Hacks
Just a place for RottinRob to play and be a good boy...
@RottinRob
RottinRob / defconfig.json
Last active August 29, 2015 14:23 — forked from anonymous/config.json
BootStrap Customized For Generally Everything
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
@RottinRob
RottinRob / html5-audio-player-with-responsive-playlist.markdown
Created February 25, 2017 04:05
HTML5 Audio Player with Responsive Playlist

HTML5 Audio Player with Responsive Playlist

This is an HTML5 audio player that detects the user agent of your device/browser/OS and applies styling that matches the native audio player. The playlist responds to the width of your screen and features basic UI controls.

Feel free to fork this pen and add your own user agent styles for different browsers, devices and operating systems.

A Pen by RottinRob on CodePen.

License.