1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
guide/static/css.css

7 lines
105 B
CSS
Raw Normal View History

2016-02-14 14:03:39 +03:00
.items {
display: flex; }
.item {
border: 1px solid;
margin: 5px; }
.pros-cons {
display: flex; }