how do I build a logo to tell the user they are going to click on a video or a text or a quiz like this?
how do I build that star and video click button and that text file logo?
THANKS
You can find various sites that have free logos, I like https://www.iconfinder.com/ it has free downloadable PNG's
If you want the logo's to be clickable I would have a button in the HTML and wrap the image inside the element like so:
<button> <img src="./image.png" /> </button>