diff --git a/demo.css b/demo.css index 345c00e..edfe182 100644 --- a/demo.css +++ b/demo.css @@ -13,4 +13,23 @@ body { } .summary a { color: #41403e; +} +.to-top { + opacity: 1; + display: inline-block; + padding: 1em; + position: fixed; + bottom: 1em; + right: 1em +} +.to-top .paper-btn { + padding: .6em 1em; + background: #fff; + border-top-left-radius: 185px 160px; + border-top-right-radius: 200px 195px; + border-bottom-right-radius: 160px 195px; + border-bottom-left-radius: 185px 190px +} +.demo-title:hover + .to-top { + opacity: 0 } \ No newline at end of file diff --git a/index.html b/index.html index 1cd5699..a6539e1 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@
-
+

PaperCSS

@@ -67,7 +67,9 @@
  • Article
  • - +
    + ^ +

    Flexbox

    Flexgrid