Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 448 Bytes

File metadata and controls

7 lines (5 loc) · 448 Bytes

Random_Color_Generator

Functionalities :
---> When the HTML button element with the id button is clicked, the background color of the HTML container element with the id bgContainer should change randomly from the array of colors.
---> The array of colors is bgColorsArray = ["#e75d7c", "#b16cef", "#53cca4", "#efc84d", "#628ef0", "#184b73", "#883e7f", "#ed048b"]

Link to open : https://hemavenkat8642.github.io/Random_Color_Generator/