Skip to content

Instantly share code, notes, and snippets.

@frensuren
frensuren / JQuery-RelativeFixed-Plugin.markdown
Created November 27, 2014 10:01
JQuery RelativeFixed Plugin

JQuery RelativeFixed Plugin

Fixing an element relative to the parent which has overflow scroll.

A Pen by Surendra on CodePen.

License.

@frensuren
frensuren / dabblet.css
Created October 14, 2014 11:19
Untitled
body{
font-size:50px;
}
.block{
width:600px;
margin:0 auto;
background:#ccc;
padding:30px;
text-align:center;
font-size:100%;