htmlcssdesign-patternsresponsive-designgraphical-logo

How do I create a logo to represent a file of text?


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?

enter image description here

how do I build that star and video click button and that text file logo?

THANKS


Solution

  • 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>