Thursday, May 26, 2011

Thursday(5/26/11)

The website about the CD'S is almost done I just need to style the way of the website. Here is the picture of the website and the new LINK.




Tomorrow I will try to put every individual CD'S a box like the contact website.
Here is the code I will be using.


<div class="center">
<div class="position">

</div>
</div>

Here the CSS which give the style.
 
 
div.center
{
padding:2px;
margin:auto;
width:80%;
}
div.position
{
padding:10px;
border:1px solid gray;
background-color:#000000;
}
 
 
  

1 comment:

  1. I think the most important thing at this point is:

    1. Rip the CDs into flac files.
    2. Create pages with links to all the files.

    That is the key functionality of the site. We can put the finishing touches on the appearance after that.

    ReplyDelete