skip to Main Content

Html – I am not able to increase the width of my flexbox. I am new to web development… Please use normal terms when answering… Thank you

Problem I want to bigger width for my flex images. It is shrinked up and I cannot understand why i cannot increase the width of it. display:flex; max-width:95%; width:95%; margin:auto; background-color: #052F1A; gap:10px; } .bowl_images_section_1{ display: flex; background-image: url(./images/piece-1.jpg); background-size:contain;…

VIEW QUESTION
Back To Top
Search