mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 12:15:06 +03:00
13 lines
144 B
CSS
13 lines
144 B
CSS
.items {
|
|
display: flex; }
|
|
|
|
.item {
|
|
border: 1px solid;
|
|
margin: 5px; }
|
|
|
|
.pros-cons {
|
|
display: flex }
|
|
|
|
.pros, .cons {
|
|
margin: 0px 5px; }
|