(06-01-2023, 02:50 AM)railGUN wrote: I think you can get alternating backgrounds in quotes using nth-child.The way it does these quotes must be weird, look at how it did these in this post: https://thebore.net/forum/showthread.php?tid=3&pid=354#pid354
Try something like this:
blockquote:nth-child(even) {
background: red;
}
blockquote:nth-child(odd) {
background: pink;
}
I used to do so much CSS but it's crazy how much you forget when you don't do it for a couple years.
|
Community Constructive Feedback: Viewable Only By Select Important Members
|
|
|
|
« Next Oldest | Next Newest »
|