Restrict viewers to inspect code from the web page

Background: We have curious and lazy minds all over the place who enjoy inspecting the web pages to view the DOM structure, or pull a snippet of code for reference. For such free spirited minds, we have a simple yet effective way to disable the “snooping around”. Just add a few lines of code to yourRead More…

Categories: Website Development
Share:

How to make text in header tags and images responsive for websites

Background: While building the website, the UI developers often face problems while making the hero image/landing page responsive. If there are header tags such as h1, h2 or a combination of text and images, making them scale according to the window can become a challenge. To achieve this, we start writing media queries and endRead More…

Categories: Website Development
Share: