I have this css style with something im working with:
Im using that as the box to display some rss feeds. How can I set the height to be change as per the text inside it? As some RSS feeds have less topics than others, and I need the box to wrap around text basicaly
Code:
.rss-box {
margin: 1em;
width: 250px;
height: 420px;
background-color: #FFFFFF;
border: 1px solid darkgrey;
Im using that as the box to display some rss feeds. How can I set the height to be change as per the text inside it? As some RSS feeds have less topics than others, and I need the box to wrap around text basicaly
Last edited: