Skip to content

Instantly share code, notes, and snippets.

View lakshman108's full-sized avatar

Liam lakshman108

  • Melbourne, Australia
View GitHub Profile
@lakshman108
lakshman108 / dabblet.css
Created February 1, 2013 04:21
Tutorial follow along!
/**
* Tutorial follow along!
*/
/*http://www.subcide.com/articles/creating-a-css-layout-from-scratch/*/
html, body {
margin: 0;
padding: 0;
background: #E8CCA4
@lakshman108
lakshman108 / dabblet.css
Created February 2, 2013 00:03
Playing around...
/**
* Playing around...
*/
body {background-color: #E8CCA4;}
div#container1 {
margin: auto;
width: 760px;
@lakshman108
lakshman108 / dabblet.css
Created February 2, 2013 00:03
side-fixed two-column
/**
* side-fixed two-column
*/
body {
background: tan;
}
div#container {
width: 800px;
margin: auto;
@lakshman108
lakshman108 / dabblet.css
Created February 6, 2013 05:24
Box Shadows
/**
* Box Shadows
*/
div#box1 {
position: relative;
background: aqua;
width: 200px;
height: 100px;
/**
* fun
*/
body{
background-image: (http://frexpaper.com/wp-content/uploads/2013/02/Red-pink-paisley-use-on-twitter-use-on-myspace-background-tile-yes-url.gif);
}
#top {
position: absolute;
@lakshman108
lakshman108 / dabblet.css
Created February 14, 2013 03:09
Websites to explore
/**
* Websites to explore
*/
@lakshman108
lakshman108 / dabblet.css
Created February 14, 2013 03:22
Float example
/**
* Float example
*/
#span-a {
float: left;
background-color: #cfc;
color: #030;
padding: 1em;
padding: 1em 1em 10em;
@lakshman108
lakshman108 / dabblet.css
Created February 15, 2013 00:51
relative and static tutorial
/**
* relative and static tutorial
*/
#wrapper {
margin: 0 14em 0 12em;
padding: 0 1em;
}
body {
@lakshman108
lakshman108 / dabblet.css
Created February 15, 2013 01:46
Play two column
/**
* Play two column
*/
body {
margin: 0px;
}
#topbar {
width: 100%;
@lakshman108
lakshman108 / dabblet.css
Created February 20, 2013 12:26
left nav & right liquid layout
/**
* left nav & right liquid layout
*/