body {
+ column-width: 400px;
+ -webkit-column-width: 400px;
+ -moz-column-width: 400px;
}
.quote {
text-align: center;
}
+body > .quote {
+ column-span: all;
+ -webkit-column-span: all;
+ -moz-column-span: all;
+ margin-bottom: 10px;
+}
+
section {
+ width: 400px;
display: inline-block;
- vertical-align: top;
- min-width: 30%;
- max-width: 700px;
- border: 1px;
+ border: 1px solid;
+ border-radius: 10px;
+ margin: 10px;
+ padding: 10px;
+}
+section > * {
+ -webkit-margin-before: 5px;
+ -webkit-margin-after: 5px;
}
+
+section > h1 {
+ font-style: small-caps;
+}
+