skip to Main Content

Html – Reduce gap between flex items

I have a <div> container that is displayed as flex with the following CSS properties: .icon-container { padding: 3px; padding-top: 15px; padding-bottom: 15px; display: flex; flex-direction: column; align-content: center; align-items: center; border-radius: 25px; border: solid 2px white; width: 50px; background-color:…

VIEW QUESTION
Back To Top
Search