Hey @Web Bae
1. How can I get a dashed border with a gradient in it? I tried using the custom this code
border-image: linear-gradient(to right, #FF5733, #FFC300);
border-image-slice: 1;
border-width: 2px;
border-style: dashed;
but I'm not getting the dashed border!
2. Also, How can I make the read more click interaction in the blog img below, I tried setting the height to 6rem and then auto, it worked for me but it's not smooth it's causing a delay because the original size of the block is auto. (Can you suggest me the best way to fix it?)