diff --git a/index.html b/index.html index 253a622..904a62e 100755 --- a/index.html +++ b/index.html @@ -59,6 +59,25 @@ display: block; } + +.current-page-indicator { + position: absolute; + box-sizing:border-box; + opacity: 0.8; + + /* + border: solid blue 10px; + */ + + /* + -webkit-transition: all 0.2s ease; + -moz-transition: all 0.2s ease; + -o-transition: all 0.2s ease; + -ms-transition: all 0.2s ease; + transition: all 0.2s ease; + */ +} + @@ -74,11 +93,49 @@ +