APT1
+Test
++
APT2
+Test
++
diff --git a/css/main.css b/css/main.css index cced4bf..13f4db1 100644 --- a/css/main.css +++ b/css/main.css @@ -127,7 +127,7 @@ select.form-novelty { .four-five { grid-area: four-five; background-color: #fec6c6; } .five-five { grid-area: five-five; background-color: #fec6c6; } -.b-example-divider { +.vertical-divider { flex-shrink: 0; width: 1.5rem; min-height: 100vh; @@ -137,6 +137,16 @@ select.form-novelty { box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); } +.horizontal-divider { + flex-shrink: 0; + width: 100%; + height: 1.5rem; + background-color: rgba(0, 0, 0, .1); + border: solid rgba(0, 0, 0, .15); + border-width: 1px 0; + box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); +} + .bi { vertical-align: -.125em; pointer-events: none; diff --git a/index.html b/index.html index 055c35e..36f8e38 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@ -
+Test
+Test
+