Skip to content

Manshi-M/The-color-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


The page is loaded and six random colors are here. These are always different.

One of those colors is listed up and job is to pick which one it is.

Remember that there are three channels red green and blue and each one ranges from 0 to 255 and all that we need are those three colors to make every single color that we could ever want.

Black, white, yellow, orange, purple all of those are actually made by combining red green and blue.


Here, a lot of event handeling and DOM Manipulation is used with basic css styling.