How to center a <div> in CSS ?
Hi ! Here I will show you three ways to center a div in HTML and CSS !
Use the “absolute position” trick
Note: this technique works on (very) old browers like Internet Explorer:
Use the “flexbox” trick
On modern browsers, you can use Flexbox like this:
Use the “grid” trick
On modern browsers, you can use Grid like this too:
🎉: Tada !
Practice code with the "Quick Sort" algorithm
Enhance your coding skills by learning how the Quick Sort algorithm works!
The SOLID/STUPID principles
Learn what are the SOLID and STUPID principles with examples
Create a Docker Swarm playground
Let's create Docker Swarm playground on your local machine
Create an Ansible playground with Docker
Let's create an Ansible playground with Docker
HashiCorp Vault - Technological watch
Learn what is HashiCorp Vault in less than 5 minutes !
Setup a Kubernetes cluster with K3S, Traefik, CertManager and Kubernetes Dashboard
Let's setup step by step our own K3S cluster !
How to internationalize an AstroJS website while maintaining good SEO ?
We will see how to create an implementation of i18n with AstroJS
LFTP - Deploy an application in command line
Here we will see how to automatically deploy an application with lftp in command line.