Remixes

Remixes mashups and bootlegs, mostly for dj purposes, highway was released on vinyl and got great support incl 2many dj's, crystal method.


This text will be replaced by the flash music player.

Ambient

 
Various ambient soundrack
type stuff

This text will be replaced by the flash music player.

middleleft

 
#middleleft { 
position: absolute; 
left: 22%; 
width: 28%; 
top: 106px; 
background-color: #ffffff;
}

Calculations in your head

This example requires some calculations. The sum of the widths yields 98%. The distance from the border of body to the first box plus its width plu the distance yields the left position of the next box.

If you want boxes of different width you need to adjust these values accordingly.

Use of this code is encouraged!

Try it with 2 or 3 columns



middleright

 
#middleright { 
position: absolute; 
left: 51%; 
width: 28%; 
top: 106px; 
background-color: #ffffff;
}

box border

Borders, pading and margin are defined in

 
#right,#middleright,#middleleft,#left{ 
border: 1px solid #564b47;
padding:0px;
margin:0px;
} 

Font definitions

Padding are passed to p, h1 and h3.

 
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
 
}