Hello,
Recently came up with the stuff below, to make the lines of my forum look a certain way:
If you just enter the forum, you will see them immediately.
Now, the lines are actually supposed to be under the first row of text. Couldn't figure out how to put them there, though, and ended up with them above the text.
Simply, what can be done to put them below the first row of text?
Thank you.
Recently came up with the stuff below, to make the lines of my forum look a certain way:
- Code:
div.h3 {
background:#39C;
height:4px;
line-height:40px;
border:2px solid #105289;
position:relative;
bottom:15px;
border-radius:10px;
margin-bottom:8px;
}
If you just enter the forum, you will see them immediately.
Now, the lines are actually supposed to be under the first row of text. Couldn't figure out how to put them there, though, and ended up with them above the text.
Simply, what can be done to put them below the first row of text?
Thank you.