تماشای این درس نیاز به اشتراک حرفه‌ای دارد.

Using Flexbox for Labels1:24

Now we need all the label elements to be placed next to each other. So naturally we add display: flex to the parent of the labels, the section element itself for that. So add display: flex to the parent of the labels. We need the labels to wrap and flow into multiple lines. So let's also add flex-wrap: wrap. This is perfect, exactly what we need, but the same thing can be achieved in one another way. Let me remove these rules once. What we have now is six flex containers, one below the other.

دوست دارید گاهی خبرهای Laracasts را ایمیل کنیم؟