View Single Post
Old 08-22-2011, 06:38 PM   PM User | #7
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Quote:
Originally Posted by Kalmykov View Post
Thought I'd post an update on where I am

CSS

#wrapper {
width:700px;
margin:0 auto;
border-left:36px #584842 solid;
}
#logo {
text-align:center;
padding:75px 0 20px 0;
}
#main {
width:400px;
margin:0 auto;
}
#main h2, #main h3 {
margin:0;
text-align:center;
}
#main h2 {
font-size:22px;
}
#main h3 {
}
#main h4 {
color:#bb2826;
font-size:16px;
font-weight:none;
}
#nav ul {
margin:0;
padding:0;
width:300px;
}
#nav li {
list-style:none;
padding:3px 7px;
}
#nav li:hover {
color:#fff;
cursorointer;
background:#584842;
}

Code

<body>

<Div id="wrapper">
<div id="logo"><img src= "images/logo.png" alt="Michael Kalmykov Graphic designer logo"</div>
<div id="main">
<h2>Freelance Graphic Designer</h2>

<h3>Michael Kalmykov</h3>

<h4>Clearly Communicative Graphics</h4>

<p>I've a knack for efficiently making products and services relatable to target demographics via art.&nbsp; With an excellent education courtesy the Art Institute of Pittsburgh, I'm well equipped with the knowledge required to conceptualize effective marketing concepts and the technical aptitude to professionally execute those concepts.&nbsp; I'm more then capable in a multitude of various art mediums, but corporate art is where the blunt of my passion lies.</p>

<p>There is no greater feeling then the sense of fulfillment achieved from helping another achieve their dreams and ambitions.&nbsp; This is why the client is kept at the forefront of every project I take on.&nbsp; I won't stop until your vision is manifested in a way that is unique to your goals.</p>
</div>
<Div id="nav">
<ul>
<li onclick="window location='index.php'">Home</li>
<li onclick="window location='portfolio.php'">Portfolio</li>
<li onclick="window location='contact.php'">Contact</li>
</Div>
</body>
Ok so does this mean your problem is resolved?

Also, just a little tip. When posting code here, use the code tag button(#) to wrap your code in tags so that it's easier for everyone to read.
__________________
Teed
teedoff is offline   Reply With Quote