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: center;} #3 .center{ display:grid;place-items:center;}
#1 .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);} #2 .center{display: flex;align-items: center;justify-content: center;} #3 .center{ display:grid;place-items:center;}
Redirecting HTTP to HTTPS by Editing .htaccess File 1. Redirect All Web Traffic If you have existing code in your .htaccess, add the following: 2. Redirect Only a Specific Domain For redirecting a specific domain to use […]
The worsening tension with China along the Line of Actual Control (LAC). The Indian government on Monday took a remarkable step and decided to ban 59 Chinese apps intriguing data and those with privacy issues. The government […]
Many of the people who design the website or any graphics content are lacking the color sense or design sense. Many factors affect website designing. We should consider these factors that affect the way people interact with […]
WordPress plugins can be helpful. To keep your website up to date as per current trends you should read these article. Nowadays google page speed matters a lot to drive organic traffic to the website. It depends […]
Affordable and good hosting plan for the corporate/personal/blogging website, developers/freelancers. Hi Guys.Today I am going to help you, to choose the best shared hosting server for your business website. I am working as a Front-End Developer. I […]
What are the types of hosting and how are they different? There are generally 3 types of hosting website. All are differentiated with each other in terms of size of memory, location of datacenters, processors etc. Shared […]
Install WordPress from softaculous app installer on cpanel and manually installing WordPress on server In today digital world, having a website for brand or for a personal portfolio is very important. If anybody wants your service, the […]