CodePudding user response:
If you want like this: photo
add align-items:center; to .header
.header will be like this:
.header {
font-family: monospace;
background: papayawhip;
display: flex;
justify-content: center;
align-items: center; }
CodePudding user response:
If you want like this: photo
add align-items:center; to .header
.header will be like this:
.header {
font-family: monospace;
background: papayawhip;
display: flex;
justify-content: center;
align-items: center; }