Tuesday, 14 June 2011

<html>
<head>
<style type"text/css">
body {
     margin:0auto;
     text-align:center;
     background-color:darkblue;
     background-image: url("tribal.jpg");
     background-color; black;
}
#container {
           padding:0auto;
           margin:0auto;
           width:750px;
           position:relative;
}
#box1 {
      padding:0auto;
      position:absolute;
      width:50px;
      height:50px;
      bottom:257;
      left:475;
      border-style:solid;
      border-color:brown;
      background-color:blue;
}
#box2 {
      padding:0auto;
      position:absolute;
      width:250px;
      height:250px;
      top:457;
      left:75;
      border-style:solid;
      border-color:brown;
      background-color:pink;
      font-style: papyrus;
}
#box3 {
      padding:0auto;
      position:absolute;
      width:250px;
      height:250px;
      top:157;
      left:75;
      border-style:solid;
      border-color:brown;
      background-color:green;
      background-image: url("me.jpg");
      background-repeat: no-repeat;
      background-color: black;
     
}
#box4 {
      padding:0auto;
      position:absolute;
      width:550px;
      height:550px;
      top:157;
      left:375;
      border-style:solid;
      border-color:brown;
      background-color:black;
      background-image: url("andrew1.jpg");
}
#box5 {
      padding:0auto;
      position:absolute;
      width:650px;
      height:550px;
      top:757;
      left:175;
      border-style:solid;
      border-color:brown;
      background-color:green;
      background-image: url("andrew2.jpg");
}
</head>
</style>
<div id="container>
<div id="box1"><h1>All About Me!</h1></div>
<div id="box2"><h1>ALVIN KENETH. GUADALUPE</h1></div>
<div id="box3"><h1></h1></div>
<div id="box4"><h1>#box4</h1></div>
<div id="box5"></div>
<h2><A HREF="file:///D:/Acount/all%20about%20me%20.html">Profile</A>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<h3><A HREF="file:///D:/Acount/Gallery.html">Gallery</A>
</body>
</html>