grep -r archive
Category: CSS
-
Customize your localhost Display
Have u ever thinked of getting your localhost display customized with the local projects being displayed with lots of other stuffs than simply “It Works” text. Here is a simple HTML, CSS and JQuery based localhost index page so that u can get urself dynamic… 1. First of all listing your local projects stored in…
-
JQuery Based Game:- Quick Multiplication
This is a simple multiplication based game created using the JQuery Library. It uses the basic concept of html, css and JavaScript to create the layouts and logic needed for the game. The game uses the JQuery library for the easier accomplishment of the task and Karma Framework for the image and sounds loading. This…