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 41afe09 commit 7cc8336Copy full SHA for 7cc8336
flex/06-flex-layout/style.css
@@ -25,3 +25,45 @@ input {
25
width: 400px;
26
margin-bottom: 16px;
27
}
28
+
29
+/* solution */
30
31
+body {
32
+ display: flex;
33
+ flex-direction: column;
34
+ justify-content: space-between;
35
+}
36
37
+.header,
38
+.footer {
39
40
41
42
43
+ul,
44
+il {
45
+ list-style: none;
46
47
+ margin: 15px;
48
+ padding: 0;
49
+ gap: 10px;
50
51
52
+a {
53
+ text-decoration: none;
54
+ color: black;
55
56
57
+.content {
58
59
60
+ align-items: center;
61
62
63
64
+ background-color: #eee;
65
66
67
+button {
68
+ padding: 10px;
69
0 commit comments