Can anyone help me edit my code? I'm trying to move the nav links and title/subtitle to different positions on my header. Is there a code I could use where I could adjust the number settings till I have each thing in the position I want. I'm still pretty new to CSS so I'm kind of lost here.
I'm using google chrome, the expressive layout, have a plus account, and am posting from the same journal I need help fixing.
element {
}
#header-inner {
background-image: url("
http://i1116.photobucket.com/albums/k580/Katherine_Gibbons/redstripe_zpsf4e57836.jpg");
height: 245px;
}
#header {
background-image: none;
padding-top: 0;
}
#header-content-inner {
position: absolute;
top: 64px;
left: 0px;
}
#header-inner {
margin-bottom: 0;
}
#header-name a {
text-decoration: none;
font-weight: bold;
font-size: 28px;
color: rgb(255, 255, 255);
text-decoration: none;
}
text-decoration: none;
}
#header a {
font-weight: normal;
}
#header-text a {
color: rgb(255, 255, 255);
}
a {
color: rgb(85, 126, 161);
}
a {
text-decoration: underline;
}
a {
text-decoration: none;
}
#header-text {
color: rgb(255, 255, 255);
}
#container-inner {
text-align: left;
}
body {
color: rgb(51, 51, 51);
font-family: trebuchet ms;
}
body {
color: rgb(51, 51, 51);
font: 13px arial,helvetica,sans-serif;
}
#header-name {font-family: bella donna; letter-spacing: 0.1em; font-weight: bold; }
#header-description {font-family: georgia; letter-spacing: 0.1em; font-weight: bold; font-size: 15px; }