From the course: JavaScript: Enhancing the DOM

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Challenge: Shapeshifter

Challenge: Shapeshifter

(futuristic music) - [Narrator] Your challenge is to create a shape-shifter effect on a webpage. I've made a basic page, and once you click the button, a few things need to happen. In order to find this page, you can check out branch 04_06. Whenever the button is clicked, I want you to change the background color of dynamic text to light blue. Also, go ahead and change the font size to 18 pixels, toggle the font weight between normal and bold, and change the text color to green. So go ahead and add the specified behavior. This exercise will test your skills in dynamically manipulating a DOM. It should take around 10 to 20 minutes. Go ahead and have fun with it.

Contents