Variable width site.
This commit is contained in:
committed by
Chris Forbes
parent
a051e62cb8
commit
c76e5e541d
@@ -75,7 +75,7 @@
|
||||
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.<br />
|
||||
Mac OS X is a trademark of Apple Inc., registered in the U.S. and other countries.<br />
|
||||
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.<br />
|
||||
Mono is a registerd trademark of Novell, Inc. in the United States and other countries.
|
||||
Mono is a registered trademark of Novell, Inc. in the United States and other countries.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@ a:visited { color: White }
|
||||
|
||||
div#main
|
||||
{
|
||||
width: 1024px;
|
||||
width: 80%;
|
||||
height:768px;
|
||||
background-image: url("background.png");
|
||||
background-repeat: no-repeat;
|
||||
@@ -17,19 +17,29 @@ div#main
|
||||
|
||||
div#header
|
||||
{
|
||||
background-image: url("banner.png");
|
||||
background-repeat: no-repeat;
|
||||
/*background-image: url("banner.png");
|
||||
background-repeat: no-repeat; */
|
||||
border-top: solid 2px #650b03;
|
||||
border-bottom: solid 2px #650b03;
|
||||
background-color: #272d2c;
|
||||
width: 100%;
|
||||
height: 66px
|
||||
}
|
||||
|
||||
div#header img
|
||||
{
|
||||
vertical-align: middle;
|
||||
margin: -30px 0px
|
||||
float: left;
|
||||
margin: -40px 0 0 0;
|
||||
}
|
||||
|
||||
div#header h1
|
||||
{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div#content
|
||||
{
|
||||
clear: left;
|
||||
float: left;
|
||||
width: 50%;
|
||||
text-align: justify;
|
||||
|
||||
Reference in New Issue
Block a user