Quick question, so I have these container boxes with Read Mores, but I’m not sure how to make the Read More responsive for each box.
Here’s my layout: Servers
Source code:
Quick question, so I have these container boxes with Read Mores, but I’m not sure how to make the Read More responsive for each box.
Here’s my layout: Servers
Source code:
Can you explain more clearly what you want to do? I don’t understand what you mean by “responsive read more”.
Sorry yeah, basically, I want the Read More to actually work where if I click on it, it expands it to more text for example, I’m not sure how I would do that for each container box or card.
When you talk about “responsive” stuff in the context of web design, this generally has to do with making a page or website change the way it is displayed based on the screen size.
Having the page dynamically change its content based on user interactions (without the page reloading itself) requires using Javascript to handle clicks on “read more” buttons. You can look at a Javascript tutorial and show us what you come up with. I’d be glad to help you learn Javascript.