Creating Unique Repeater Layouts Using Flexbox

Поделиться
HTML-код
  • Опубликовано: 20 июл 2024
  • In the next tutorial we'll use one line of CSS to create a unique layout for a Repeater connected to a database - you won't believe how easy it is!
    CSS:
    .my-repeater-wrapper .repeater .repeater__item {
    flex-grow: 1;
    }
    #wixstudio #flexbox #css

Комментарии • 1

  • @staticmotion1628
    @staticmotion1628 27 дней назад

    great video man thank you i like the CSS training i know nothing about CSS you should do more on basic CSS in wix studio just today i was trying to figure out a way to use css to apply global settings to other elements using css instead of always copying and pasting or simple things like a no event on trigger basic stuff