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
From the course: JavaScript: Enhancing the DOM
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
-
-
-
-
-
-
(Locked)
Changing text and HTML content2m 51s
-
(Locked)
Changing values of input elements4m 35s
-
(Locked)
Manipulating attributes and data attributes2m 1s
-
(Locked)
Working with classes2m 21s
-
(Locked)
Inline styles with JavaScript2m 9s
-
(Locked)
Challenge: Shapeshifter50s
-
(Locked)
Solution: Shapeshifter47s
-
(Locked)
-
-
-
-
-
-