CodeNewbie Community 🌱

amzatr886
amzatr886

Posted on

First project base on HTML and CSS

Want to do project base on NFT previews component, I don't know anything about NFT hope I will see some one that can guide me through

Top comments (1)

Collapse
 
sahitya profile image
ydv-sahitya

so you want to list NFT? you can use flexbox for that.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);