Thursday, August 26, 2021

HTML CSS to put in center

To put the item in center of the page

 height: 100%;

 display: flex;          

 justify-content:center; // horizontal

 align-items: center; // verticial 


If the flex is column, 

justify-items: center;

align-content: center

No comments:

Post a Comment

Comment!!

Linkedln

  Reflecting on how LLM‑powered tools are reshaping not just technology, but the way we work, think, and create, a few themes stand out. 1. ...