How to remove the Blue bar while clicking.

In Websites sometimes we see a blue bar or blue shadow showing while we’re clicking on any button or any link on the website. It’s a CSS default issue because sometimes we can see this issue in Mobile devices, and Ios devices, and even sometimes we have seen this issue on the desktop of both… Continue reading How to remove the Blue bar while clicking.

CSS position styles

z-index The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky) and flex items (elements that are direct children of display:flex elements). Note: If two positioned elements… Continue reading CSS position styles