Tyler Ben

Generation

generate functionTue, 01 Aug 2023

Make a button with css

function makeButton(color, text) { return ` <button style="color: ${color};">${text}</button> ` } makeButton('red', 'Click Me')

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code