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 !
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
Setup a Kubernetes cluster with K3S, Traefik, CertManager and Kubernetes Dashboard
Let's setup step by step our own K3S cluster !
Create an Ansible playground with Docker
Let's create an Ansible playground with Docker
Database ACID/BASE - Understanding the CAP Theorem
Learn what is the CAP Theorem in less than 5 minutes !
HashiCorp Vault - Technological watch
Learn what is HashiCorp Vault in less than 5 minutes !
How to internationalize an AstroJS website while maintaining good SEO ?
We will see how to create an implementation of i18n with AstroJS
Remember all the commands of a project with Makefile
We will see how to remember all command of a project & write documentation with Makefile !