Display all grid elements in a single row in css – Ubuntu
I have a code where I am trying to display all the child elements of the card-container element, which is each card, into the same row unless there is not enough space. The code is as follows: @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); *…