Tuesday , July 22 2025

How to disable click on links using CSS?

Easy question, easy solution. We can disable click on all links, or we can use id or class for the particular links that should be unlickable and use: pointer-events: none; I use it for the case when I need to disable clicks on the images to avoid popup windows on …

Read More »

How to create an isometric grid

The easier way to create isometric grid: 1. Add a Line with the Line tool; 2. Select Line created > Effects > Distort and Transform > Transform; 3. Use “Move” – 30px for the artboard ~1500x1500px, Copies: 130; 4. Object > Expand appearance; 5. With selected group, double-click on the …

Read More »