If You want to protect your website content by prevent right click there is a single line of JavaScript code to do it:
CSS Gradient Text

Add “sticky” class to header when scrolling window
Neumorphism Box-Shadow Effect
JavaScript toggle add class / remove class
If You have multiple elements and do You want to set an active class only the clicked item. You can control with this snippet for instance a size selector on a webshop’s product page.
If You have only one element and do You want to control a menu dropdown toggle:
Method 1
Method 2
HTML
Method 3
JavaScript toggle to add “active” class
HTML
JavaScript
iPad layout scales up when rotating from portrait to landscape
Orientation change on Apple devices causes a zoom in effect in the browser.
This snippet will solve this problem:
Visual Studio Code with Live Server and Live SASS Compiler on Localhost
Live Sass Compiler settings.json
"liveSassCompile.settings.formats":[ { "format": "compressed", "savePath": "/assets/css" } ]