Skip to content

Instantly share code, notes, and snippets.

View lozandier's full-sized avatar

Kevin Lozandier lozandier

View GitHub Profile
@lozandier
lozandier / index.html
Created September 24, 2012 04:11
a css-only animation, combining border-style: dashed and border-radius: 50%. Works best in Chrome
<div class="holder">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
@lozandier
lozandier / index.html
Created March 10, 2013 18:48
A CodePen by douglasdeodato. Single Element Pure CSS MacBook Pro - This is just an experiment! There are certainly better ways to show an image of a MacBook, but none as fun as this :)
<i class="macbook"></i>
@lozandier
lozandier / index.html
Created March 10, 2013 18:48
A CodePen by douglasdeodato. Single Element Pure CSS MacBook Pro - This is just an experiment! There are certainly better ways to show an image of a MacBook, but none as fun as this :)
<i class="macbook"></i>
@lozandier
lozandier / index.html
Created March 10, 2013 18:48
A CodePen by douglasdeodato. Single Element Pure CSS MacBook Pro - This is just an experiment! There are certainly better ways to show an image of a MacBook, but none as fun as this :)
<i class="macbook"></i>
@lozandier
lozandier / index.html
Created March 10, 2013 18:53
A CodePen by douglasdeodato. Single Element Pure CSS MacBook Pro - This is just an experiment! There are certainly better ways to show an image of a MacBook, but none as fun as this :)
<i class="macbook"></i>
require 'autoprefixer-rails'
on_stylesheet_saved do |file|
css = File.read(file)
File.open(file, 'w') { |io| io << AutoprefixerRails.compile(css) }
end
class CustomRender < Redcarpet::Render::HTML
include Redcarpet::Render::SmartyPants
def block_code(code, language)
Pygments.highlight(code, lexer: language)
end
end
def markdown
@markdown ||= Redcarpet::Markdown.new CustomRender, {
@lozandier
lozandier / SassMeister-input-HTML.haml
Created October 27, 2013 11:59
Generated by SassMeister.com.
%dl
%dt Term
%dd Description
%dt Term
%dd Description
%dt Term
%dd Description
@lozandier
lozandier / SassMeister-input-HTML.haml
Created November 21, 2013 10:54
Generated by SassMeister.com.
%main
.test1
.body
.test2
@lozandier
lozandier / SassMeister-input-HTML.haml
Created November 21, 2013 16:04
Generated by SassMeister.com.
%main
.test1
.body
.test2