I don’t know why is it possible to apply justify-content
(excerpt…)
…
p {
margin: 0;
display: flex;
justify-content: space-between;
}
…
whitout any display: flex; declaration in all css code
How is it possible?
thanks
I don’t know why is it possible to apply justify-content
(excerpt…)
…
p {
margin: 0;
display: flex;
justify-content: space-between;
}
…
whitout any display: flex; declaration in all css code
How is it possible?
thanks
Hi there!
Link your topic to the challenge step.
Also add your code between the pair of three back ticks ```
Sorry i found the mistake… thanks
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.