An open API service indexing awesome lists of open source software.

https://github.com/sameerkumar18/randomize-div-colour

This JS basically randomly changes the colour of the div element every time the webpage refreshes. Just made this because I couldn't find this on the internet. To make this run you need to add this to your HTML page "onload="return ran_col()" {For Example - <body onload="return ran_col()">}
https://github.com/sameerkumar18/randomize-div-colour

Last synced: 6 months ago
JSON representation

This JS basically randomly changes the colour of the div element every time the webpage refreshes. Just made this because I couldn't find this on the internet. To make this run you need to add this to your HTML page "onload="return ran_col()" {For Example - <body onload="return ran_col()">}

Awesome Lists containing this project