css - Have a repeated image on top of everything -
i'm having trouble getting specific after.
i have basic wordpress twenty-fifteen theme applied , i'm trying 200px wide red bar appear down right hand side of screen.
the bar made of 200x1px image repeated.
the problem is:
- a.) if set "background-image" repeat works, cannot image on top.
- b.) if set image img inside of div, can image on top, not repeat.
can me combine these 2 1 result, repeated image-y , image on top?
you can see site here: http://u64.ca/
try this, add css. affect comes directly inside #main tag.
#main > * { margin-right: 200px; }
or apply border right .site-content
, lose background iamge.
.site-content { border-right: 189px solid #db0f12; }
Comments
Post a Comment