diff options
Diffstat (limited to 'example/index.css')
| -rw-r--r-- | example/index.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/example/index.css b/example/index.css index 1544c6d..9102b1b 100644 --- a/example/index.css +++ b/example/index.css @@ -44,4 +44,25 @@ article { h1 {
border-bottom: solid 1px #b9b8bb;
padding-bottom: .5em;
+}
+
+
+.tooltip {
+ padding: 0.75em 1.5em;
+ max-width: 15em;
+ font-size: 0.875em;
+}
+
+.right-triangle
+.left-triangle {
+ content: "";
+ display: block;
+ width: 0;
+ height: 0;
+ border: inset 1em;
+}
+
+.right-triangle {
+ border-color: transparent #fff transparent transparent;
+ border-right-style: solid;
}
\ No newline at end of file |
