mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
7 lines
105 B
CSS
7 lines
105 B
CSS
|
.items {
|
||
|
display: flex; }
|
||
|
.item {
|
||
|
border: 1px solid;
|
||
|
margin: 5px; }
|
||
|
.pros-cons {
|
||
|
display: flex; }
|