I use mostly VSTs, some stuff is home-recorded as well, like the vocoder vocals in that reggae tune!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
<html>
<head>
<title>This is the title!</title>
<meta http-equiv="Content-Language" content="EN-US">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="http://fonts.googleapis.com/css?family=PT+Sans+Caption" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main">
<div id="left_bumper" class="bumper"></div>
<div id="right_bumper" class="bumper"></div>
<div id="header">
<img src="images/logo.png">
</div>
<div id="navbar">
<img src="images/navbar.png">
</div>
<div id="content">
Content
</div>
<div id="footer">
Footer
</div>
</div>
</body>
</html>
body
{
background-image: url("images/background_small.png");
margin: 0;
padding: 0;
font-family: "PT Sans Caption";
font-size: 12pt;
color: #fff;
overflow-x: hidden;
}
#main
{
margin: auto;
text-align: center;
width: 1024px;
position: relative;
}
.bumper
{
position: absolute;
overflow: hidden;
}
#left_bumper
{
background-image: url("images/left_bumper.png");
left: -512px;
width: 512px;
height: 1024px;
}
#right_bumper
{
background-image: url("images/right_bumper.png");
right: -512px;
width: 512px;
height: 1024px;
}
#header, #navbar, #footer
{
text-align: center;
padding: 0px;
margin: 0px;
}
#content
{
background-color: #111;
min-height: 300px;
}
#footer
{
background-color: #222;
font-size: 8pt;
}
width:2048; height:1024; background-image:url("images/bumper.png");
margin:auto; padding:0; border-spacing:0;
margin:auto;
|----|--------|----| | | HEADER | | | |--------| | | | NAVBAR | | | |--------| | | | | | | | | | | | | | | | CONTENT| | | | | | | | | | | | | | | |--------| | | | FOOTER | | |----|--------|----|
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.154 seconds with 15 queries.