.items { display: flex; } .item { border: 1px solid; margin: 5px; } .pros-cons { display: flex } .pros, .cons { margin: 0px 5px; } .textButton { margin-left: 1em; } .textButton::before {content: "[";} .textButton::after {content: "]";}