1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-27 00:14:03 +03:00
guide/static/css.css
2016-02-20 15:47:24 +03:00

23 lines
305 B
CSS

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