Angular Material Profile Detail Page Bhaumik Patel 11:46 PM Angular Material Profile Detail Page Read More
Absolute Center Spinner Bhaumik Patel 11:39 PM Pure CSS Spinner Loading /* Absolute Center Spinner */ .loading { position: fixed; z-index: 999; height: 2em; width: 2em; ov...Read More
How to make accurate rounded corners using HTML5 canvas? Bhaumik Patel 7:48 PM HTML5 canvas rounded corners CanvasRenderingContext2D.prototype.roundedRect = function(x, y, width, height, radius) { // Because the...Read More