Help please to find mistake

Help me please with code.
What is my mistake here?
I need all my Portfolio items in one line in one container.

Please post your code and, if possible, a link to a live demo.

If you can’t post links yet, direct message me and I’ll edit it into your post.

1 Like

https://codepen.io/Bronza/pen/zQONdJ
that is my code

It looks like you’re trying to implement Bootstrap yourself, judging by the class names. However, none of your styles implement Bootstrap’s responsiveness.

I’d suggest you remove most of your current layout styling (but keep the non-layout styling) and restart from there, either using Bootstrap itself (start with the Bootstrap grid documentation) or building your own layout with flexbox.