Posts by Gabriel Aioffi • 11 points
1 post
-
1
votes3
answers108
viewsA: Problem in centering images
<style type="text/css"> .flex{ display: flex; flex-wrap: wrap; width: 70%; margin: auto; } .center{ justify-content: center; position: relative; } .img{width: calc(25% - 2px); height: 200px;…