Help With Button Location

Status
Not open for further replies.

Leader

1 Timothy 1:15
Aug 24, 2012
1,031
310
Hello, on I want my button to move to the left, and have multiple of it..How would I do this?
CSS Code
HTML:
.navi {
background:#D8D8D8;
width:50px;
border-radius: 5px 5px 0px 0px;
padding:5px;
text-align:center;
font-family:"Times New Roman";
font-size:20px;
}
HTML Code
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
<head>
<title>Chris Pettyjohn</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="http://chrispettyjohn.hj.cx/style.css" type="text/css" />
</head>
<center>
<body>
<div class="top"><img src='logo.png'></div>
</div>
</div>
<br>
</div>
</div>
<div class="navi"> Home </div>
<div class="blue"> About Me</div>
</div>
<div class="bottom">
I was born in a small city called Decatur Illinois, When I was very young my parents broke up without ever getting married, and I was living with my dad for a short period of time...Than my mom had me again till I was about 7 years old...I started to live with my dad again and we moved to a small town in the same area called Macon. I was going to a school district called Meridian for about 6 years straight, and I really liked the district and gained many friends and enemies on my way. My dad started having issues with himself, so I moved back with my mom. Now I am here, And I guess I am at the best point in my life, question mark..
</div>
</body>
</html>
 
Status
Not open for further replies.

Users who are viewing this thread

Top