CodeNewbie Community 🌱

Discussion on: First project base on HTML and CSS

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);