A repository practicing HTML/CSS.


Live Demo's can be found here

Login Form: Recreated this login form.
CSS Grid: Created a responsive CSS Grid system with 1/2 10px gutters.
Fashion Web UI: Created a responsive webpage based on this design by Sajib Rahman.
Pong Clone: Created a Pong clone using HTML5 Canvas and sounds from captaincrunch80. Features include ability to play 1P vs Comp or 1P vs 2P and an in-game menu to change game variables.

List of Game Variables
Game Variable Description Default Value
Sound Toggles game sound On
Computer Challenge Toggles increase in computer difficulty when half of final score reached On
Real Paddle Physics Toggles paddle momentum only when paddle is moving Off
Ball Speed X Sets speed of ball in x-direction -6
Ball Speed Y Sets speed of ball in y-direction 0
Ball Deceleration Sets how much ball is decelerated when hitting a wall (Speed / Deceleration, positive values only) 1
Paddle Speed Sets paddle speed for players 10
Comp Paddle Speed Sets paddle speed for computer 5
Comp Paddle Multi Sets paddle speed for computer during Computer Challenge (Comp Paddle Speed * Comp Paddle Multi) 1.6