• Skip to main content
  • Skip to primary sidebar

Web Development Archive

  • Archive
You are here: Home / Archives for flexbox

flexbox

Vertical centering with flexbox

.cover {
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
 }

Filed Under: CSS Tagged With: flexbox

Primary Sidebar

  • angular.io
© 2026 WP Flames - All Right Reserved