From 32488a430e5498bffeffbe7904a8512e7153ef2b Mon Sep 17 00:00:00 2001 From: rhyneav Date: Sat, 14 Oct 2017 10:36:30 -0400 Subject: [PATCH] Add download details --- index.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1c32ee1..a2f982b 100644 --- a/index.html +++ b/index.html @@ -17,10 +17,10 @@
- Download + Download Docs About - Github + Github
@@ -191,12 +191,13 @@

Buttons

-

Borrowed from Imprefect Buttons

+

Insprired by Imprefect Buttons

+<p>Insprired by <a href="https://codepen.io/tmrDevelops/pen/VeRvKX" target="_blank">Imprefect Buttons</a></p>
 <button class="btn-large">Large</button>
 <button>Default</button>
 <button class="btn-small">Small</button>
@@ -620,6 +621,18 @@ function add(x, y) {

If you don't like the default, you can just add the class no-responsive to prevent the image from being responsive. You can also remove the default border with no-border.

Not responsive Unsplash
+
+

Download

+

Links coming soon!

+

In the meantime, you can build the CSS yourself via the git repo

+
    +
  1. git clone https://github.com/rhyneav/papercss.git
  2. +
  3. npm install
  4. +
  5. npm run build
  6. +
  7. Grab the CSS out of the /dist folder created
  8. +
+

You can also go into colors.less to change around the colors of your new CSS.

+

About

I got tired of mODerN STylEs and clean pages on the internet. I also wanted to learn more about Flexbox and Less. So I made Paper CSS to solve these two challenges of mine :)