Graciano1997 / portofolio-graciano

My Potfolio
https://portofolio-graciano.vercel.app/
MIT License
19 stars 1 forks source link

Issue : Button content spacing #12

Open Graciano1997 opened 1 year ago

Graciano1997 commented 1 year ago

Hello, partners I am facing difficulty to use space in the button label. Needing help please 🙏 🙏

Here is the figma example:

image

AliRezaBmeDu commented 1 year ago

You can check this code snippet const button1 = document.createElement('button'); button1.classList.add('preferredClassName'); button1.innerHTML = 'See Live <img class="icon-img" src="source path of the icon">';

Graciano1997 commented 1 year ago

@AliRezaBmeDu 🙏 🙏