I have a p tag. I want a border line next to it.
Categories
p { margin-left: 0px; font-size: 12px; margin-bottom: 2px; position: absolute; margin-top: -7px; background-color: #fff; color: #333; padding-right: 5px; } .line-back { border-bottom: 1px solid #ccc; margin: 25px; }