TheSalt
Active member
Hello Gang,
I tried asking this in the xenporta thread. I deleted my question there and made this thread in hope that someone could help me because no one was getting back to me. I think it might really just be a basic styling css.
I'm trying to add a background box with rounded corners and so on to the block "RawHyperText2" but I'm not any good with writing code. Can someone please help me with what I have below, I'm not sure what to surround it with or exactly where to place it.
Many Thanks,
Nick
I tried asking this in the xenporta thread. I deleted my question there and made this thread in hope that someone could help me because no one was getting back to me. I think it might really just be a basic styling css.
I'm trying to add a background box with rounded corners and so on to the block "RawHyperText2" but I'm not any good with writing code. Can someone please help me with what I have below, I'm not sure what to surround it with or exactly where to place it.
Many Thanks,
Nick
Code:
background: #effffe;
padding:10px;
border-radius: 3px;
box-shadow: rgba(0,0,0,0.5) 0px 1px 5px;