We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c48491 commit 8845ec1Copy full SHA for 8845ec1
flex/02-flex-header/style.css
@@ -1,6 +1,10 @@
1
.header {
2
- font-family: monospace;
+ font-family: FreeMono, monospace;
3
background: papayawhip;
4
+ /* from here */
5
+ display: flex;
6
+ justify-content: space-between;
7
+ align-items: stretch;
8
}
9
10
.logo {
@@ -9,11 +13,32 @@
13
color: tomato;
14
background: white;
11
15
padding: 4px 32px;
16
17
+ text-align: center;
18
+ flex: 2 1 0;
12
19
20
21
ul {
22
/* this removes the dots on the list items*/
23
list-style-type: none;
24
25
+ padding: 0;
26
+ margin: 0;
27
28
+ align-items: center;
29
+}
30
+
31
+.left-links,
32
+.right-links {
33
34
35
36
+.left-links {
37
+ justify-content: flex-start;
38
39
40
41
+ justify-content: flex-end;
42
43
44
a {
0 commit comments