![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Hi everyone!
I made a banner for a roleplay journal over here.
I was hoping someone can help me with this, it's been way too long since I've tried anything with CSS.
There are a few things I'd like to do and it seems as soon as I do one, I mess up something else.
1. I'd like the primary column to be fixed to the width of the banner.
2. I'd like to get rid of that "recent entries"
3. I'd like to have the primary and secondary columns aligned at the top.
The code I have right now is basic, it's just:
#title span { display: none; }
#canvas {
background-image: url(http://images.plurk.com/527dd93d2312aeea6b697888c2feb12b.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-top: 250px;
}
Any help I could get would be super appreciated. THANK YOU.
I made a banner for a roleplay journal over here.
I was hoping someone can help me with this, it's been way too long since I've tried anything with CSS.
There are a few things I'd like to do and it seems as soon as I do one, I mess up something else.
1. I'd like the primary column to be fixed to the width of the banner.
2. I'd like to get rid of that "recent entries"
3. I'd like to have the primary and secondary columns aligned at the top.
The code I have right now is basic, it's just:
#title span { display: none; }
#canvas {
background-image: url(http://images.plurk.com/527dd93d2312aeea6b697888c2feb12b.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-top: 250px;
}
Any help I could get would be super appreciated. THANK YOU.