S
S
Sergey Volkov2021-04-19 16:53:40
css
Sergey Volkov, 2021-04-19 16:53:40

What is wrong with less code?

.fashion {
    margin-top: 100px;
    &-box {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-template-rows: 300px;
        grid-gap: 45px;

    }
    &__img {
        width: 100%;
        height: 220px;
        background-color: @accent;
    }
    &__text {
        text-align: center;
    }
}


607d8beceeab1728811588.jpeg

607d8b5f3c424515151630.jpeg

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question