Abhijit Mhasagar

CSS Grid Template example easy to understand

https://codepen.io/abhijitmhasagar/pen/dyjRwxX # HTML <div class="container"> <div class="box">box 1</div> <div class="box">box 2</div> <div class="box">box 3</div> <div class="box">box 4</div> <div class="box">box 5</div>…

1 year ago

Redirect to URL on HTML Select option change

<select class="form-select lang-select" aria-label="Language Change" onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);"> <option disabled>Language</option> <option value="https://google.com" selected>English</option> <option value="https://yahoo.com">Arabic</option> </select>

2 years ago

Default WordPress .htaccess

# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule…

2 years ago

How to reduce image size online in 1 minute without losing the quality

Go to Photopea | Online Photo Editorclick on FILE > OPEN OR click on OPEN FROM COMPUTER select the file from…

2 years ago

How to center an element with CSS

#1 .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #2 .center{ display: flex; align-items: center; justify-content:…

2 years ago

Security Headers .htaccess

put it in .htaccess Header always set Strict-Transport-Security: "max-age=31536000" env=HTTPS Header always set Content-Security-Policy "upgrade-insecure-requests" Header always set X-Content-Type-Options "nosniff"…

2 years ago

How to redirect HTTP to HTTPS Using .htaccess

Redirecting HTTP to HTTPS by Editing .htaccess File Please replace https://www.yourdomain.com with your Domain URL 1. Redirect All Web Traffic…

3 years ago

How to increase WordPress Memory Limit, Max Input Time, Max Input Vars, Upload Max Size, Max Execution Time, Post Max Size in just 2 min.

#1. By editing the .htaccess file php_value memory_limit 512M php_value upload_max_filesize 512M php_value post_max_size 512M php_value max_execution_time 5000 php_value max_input_time…

3 years ago

Best Free Online Certification Courses from AICTE, you can pursue in this pandemic

Eraldo Banovac once said, "Acquiring Knowledge is the most Fruitful Effort". That's why you should get knowledge in this pandemic…

4 years ago

PM Narendra Modiji launched “Aatma Nirbhar Bharat App Innovation Challenge” chance to win 20 lakh rupees

After "The Indian Government Banned 59 Chinese Apps amid LAC standoff". The Indian government offers a new project on July…

4 years ago