How to change the Colour Themes ?
1. For Changing colour just change the CSS Name, there are so many predefined colours are available.
Here Example of changing colour to pink
1. line no 19 , index.html <link href=”css/style.css” rel=”stylesheet” type=”text/css” id=”color” />
change to <link href=”css/pink_style.css” rel=”stylesheet” type=”text/css” id=”color” />