+
+ A
+ B
+ C
+ D
+ E
+ F
+ G
+ H
+ I
+ J
+ K
+ L
+ M
+ N
+ O
+ P
+ Q
+ R
+ S
+ T
+ U
+ V
+ W
+ X
+ Y
+ Z
+
+
+```
+
+```css interactive-example
+#example-element {
+ display: grid;
+ grid-template-columns: repeat(7, 1fr);
+ rule: solid thick;
+}
+#example-element i {
+ padding: 5px;
+}
+```
+
+## Constituent properties
+
+This property is a shorthand for the following CSS properties:
+
+- {{cssxref("column-rule-color")}}
+- {{cssxref("row-rule-color")}}
+
+## Syntax
+
+```css
+/* Single