Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other What do you think of my website ? Re: What do you think of my website ?

#109180
JamesBurton
Member

what Should a change ( top ) = header

in the code







Welcome to SiteSSL UK











© 2012 SiteSSL UK Ltd


CSS for the code


body
{
font-family: sans-serif;
margin: auto;
padding: 0px;
background-image: url(../bgline2.png);
}

#information2
{
width: 1000px;
margin: 0 auto;
}

#top
{
/*background-color: #474544;*/
background-color: #0072C6;
color: #fff;
height: 40px;
}

.toplink
{
color: #808080;
text-decoration: none;
font-size: 14px;
}

.toplink:hover
{
color: #fff;
}

#information
{
padding: 6px;
height: 400px;
background-color: #fff;
/*border-width: 10px;
border-style: solid;
border-color: transparent;*/
border: 8px solid transparent;
}

.text1
{
font-size: 20px;
}

#bottom
{
height: 40px;
font-size: 12px;
}

.Box1
{
float: left;
height: 20px;
width: 60px;
color: #fff;
padding: 10px;
text-decoration: none;
}

.Box1:hover
{
background-color: rgba(170, 170, 170, 0.34);
color: #fff;
}

#top2
{
height: 20px;
font-size: 20px;
}

#search
{
float: right;
}

#option2
{
width: 1000px;
margin: 0 auto;
}

#option
{
float: right;
}

.Color
{
/*border: 10px solid transparent;*/
border: 10px solid rgba(0, 0, 0, 0.10); /*rgba(255, 255, 255, 0.40);*/
}