Skip to content

Instantly share code, notes, and snippets.

@bf4
bf4 / ruby_learning.md
Last active July 17, 2021 08:06
Some Ruby Learning Resources
@deitrick
deitrick / chat.html
Created December 25, 2011 18:46
CSS3 Chat Bubble
<style type="text/css">
body {
font: normal 62.5%/1 "lucida grande", arial, sans-serif;
color: #343638;
background: url(http://www.d-trick.com/wp-content/themes/portfolio/img/bg/bg.png) repeat; }
#main {
width: 1100px;
overflow: hidden;
margin: 0 auto; }
#content {