2024-04-29
2041
#css
Facundo Corradini
387
Apr 29, 2024 â‹… 7 min read

17 ways to implement vertical alignment with CSS

Facundo Corradini Frontend developer, CSS specialist, best cebador de mates ever.

Recent posts:

Using Chrome's Document Picture In Picture Api In React

Using Chrome’s Document Picture-in-Picture API in React

Chrome’s new Document Picture-in-Picture API builds on the PIP API to open up a wider range of possibilities for user interaction.

Peter Ekene Eze
Jun 26, 2024 â‹… 4 min read
Vercel V0 And The Future Of Ai Powered Ui Generation

Vercel v0 and the future of AI-powered UI generation

Vercel v0 is a powerful tool for rapidly prototyping various UI elements that generates code based on plain text descriptions.

Peter Aideloje
Jun 26, 2024 â‹… 7 min read
Comparing Cms Options For Django: Wagtail Vs Django Cms

Wagtail vs. Django CMS: Comparing CMS options for Django

Selecting a CMS for Django can be challenging. Two popular options are Wagtail and Django CMS. Let’s explore their features, pros, and cons.

Chimezie Innocent
Jun 25, 2024 â‹… 6 min read
Handling File Uploads In Next.js Using UploadThing

Handling file uploads in Next.js using UploadThing

Manage file uploads in your Next.js app using UploadThing, a file upload tool to be used in full-stack TypeScript applications.

Jude Miracle
Jun 21, 2024 â‹… 15 min read
View all posts

10 Replies to "17 ways to implement vertical alignment with CSS"

  1. Dude i was going nuts and completely forgot Flexbox works so well! ANother tip would be to Use inline-flex so there isn’t all the weird spacing!

  2. God bless you dude. I’ve seriously been stuck on this for over 2 hours and your blog post solved my problem like it was nothing

  3. Here’s one I like to use a lot :

    .container {
    display:grid;
    place-content:center;
    position:absolute;
    inset:0;
    }

  4. Facu, me gustaria ponerme en contacto con vos, hay un articulo que me intereso y me gustaria discutirlo. Abrazo desde Buenos Aires!

Leave a Reply