Changing default style or color scheme

There is 3 css style provided in this template. style.css style-yellow.css and style-green.css You can change the style you want to use in the html page. Here is the code for it:

<link rel="stylesheet" href="css/style.css">

You can change the css/style.css with any css file from the above. eg with yellow color scheme, so it will be like this.

<link rel="stylesheet" href="css/style-yellow.css">
Back to top