Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to horizontally center header at the top of page with flexbox css

.box.flex {
  display: flex;
  justify-content: center;
}
Source by alligator.io #
 
PREVIOUS NEXT
Tagged: #horizontally #center #header #top #page #flexbox #css
ADD COMMENT
Topic
Name
5+5 =