Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee0a725

Browse files
committedNov 30, 2022
Resolve 02-flex-header
1 parent 358020b commit ee0a725

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎flex/02-flex-header/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
.header {
22
font-family: monospace;
33
background: papayawhip;
4+
display: flex;
5+
justify-content: space-between;
6+
align-items: center;
7+
padding: 8px;
8+
49
}
510

611
.logo {
@@ -14,6 +19,10 @@
1419
ul {
1520
/* this removes the dots on the list items*/
1621
list-style-type: none;
22+
margin: 0;
23+
padding: 0;
24+
display: flex;
25+
gap: 10px;
1726
}
1827

1928
a {

0 commit comments

Comments
 (0)
Failed to load comments.