only read link : https://preview.webflow.com/preview/ftmss-ultra-awesome-site?utm_medium=preview_link&u[…]e&preview=b262d815fb7de7e07110e64ae0cfd85c&workflow=preview
I would use ChatGPT to generate some custom JS for this.
I have a long paragraph that I want to split into two using a read more link that when it is clicked, reveal the rest of the paragraph. Write this using vanilla javascript, css and html
btw, I actually ran this prompt into ChatGPT and it generated some pretty decent results without testing the code.
<style><br />a {<br /> cursor: pointer;<br />}<br /><br />a:hover {<br /> text-decoration: underline;<br />}<br /></style>