Remixes mashups and bootlegs, mostly for dj purposes, highway was released on vinyl and got great support incl 2many dj's, crystal method.
Various ambient soundrack type stuff
#middleleft {
position: absolute;
left: 22%;
width: 28%;
top: 106px;
background-color: #ffffff;
}
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 {
position: absolute;
left: 51%;
width: 28%;
top: 106px;
background-color: #ffffff;
}
Borders, pading and margin are defined in
#right,#middleright,#middleleft,#left{
border: 1px solid #564b47;
padding:0px;
margin:0px;
}
Padding are passed to p, h1 and h3.
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
}
#right {
position: absolute;
left: 80%;
width: 18%;
top: 106px;
background-color: #ffffff;
}
Use of this code is encouraged! (o_.)/
Further examples and many links can be found at INTENS
EB ZUERICH offers CSS courses.