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 be8582d commit 53fd0afCopy full SHA for 53fd0af
myWork/04-CSS-Layouts/flexbox.html
@@ -37,7 +37,7 @@
37
font-family: sans-serif;
38
background-color: #ddd;
39
font-size: 25px;
40
- margin: 40px;
+ margin: 20px;
41
42
/* FLEXBOX */
43
display: flex;
@@ -49,6 +49,22 @@
49
*/
50
align-items: center;
51
justify-content: flex-start;
52
+
53
+ gap: 5px;
54
+ }
55
56
+ .el {
57
+ /*
58
+ flex-grow: 0;
59
+ flex-shrink: 1;
60
+ flex-basis: auto;
61
+ */
62
63
+ /* flex-basis: 200px;
64
+ flex-grow: 1;
65
+ flex-shrink: 0;
66
67
+ flex: 1 0 auto;
68
}
69
70
.el--1 {
0 commit comments