|
@@ -2,11 +2,15 @@
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
- <title>Shadows - Puppertino Framework</title>
|
|
|
|
|
|
+ <title>Shadows & Blur - Puppertino Framework</title>
|
|
<link
|
|
<link
|
|
href="https://rsms.me/inter/inter.css"
|
|
href="https://rsms.me/inter/inter.css"
|
|
rel="stylesheet"
|
|
rel="stylesheet"
|
|
/>
|
|
/>
|
|
|
|
+ <link
|
|
|
|
+ rel="stylesheet"
|
|
|
|
+ href="https://cdn.jsdelivr.net/npm/flexboxgrid@6.3.1/dist/flexboxgrid.min.css"
|
|
|
|
+ />
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/css/newfull.css" />
|
|
<link rel="stylesheet" type="text/css" href="../../dist/css/newfull.css" />
|
|
<meta
|
|
<meta
|
|
@@ -44,14 +48,14 @@
|
|
<p>/</p>
|
|
<p>/</p>
|
|
<a href="shadows.html" class="p-btn p-btn-scope">Shadows</a>
|
|
<a href="shadows.html" class="p-btn p-btn-scope">Shadows</a>
|
|
</div>
|
|
</div>
|
|
- <h1>Shadows</h1>
|
|
|
|
|
|
+ <h1>Shadows & Blur</h1>
|
|
<div class="master">
|
|
<div class="master">
|
|
<p>
|
|
<p>
|
|
Shadows are not so common on iOS or MacOS. But having a curated collection of shadows can help your interface, which is why I added it! You can use Shadows by downloading the
|
|
Shadows are not so common on iOS or MacOS. But having a curated collection of shadows can help your interface, which is why I added it! You can use Shadows by downloading the
|
|
<a
|
|
<a
|
|
- href="https://github.com/codedgar/Puppertino/blob/master/dist/css/segmented_controls.css"
|
|
|
|
|
|
+ href="https://github.com/codedgar/Puppertino/blob/master/dist/css/shadows.css"
|
|
target="_blank"
|
|
target="_blank"
|
|
- >CSS of Shadows</a
|
|
|
|
|
|
+ >CSS of Shadows & Blur</a
|
|
>
|
|
>
|
|
or
|
|
or
|
|
<a
|
|
<a
|
|
@@ -139,6 +143,69 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <div class="talk-about-it">
|
|
|
|
+ <h2>Blur</h2>
|
|
|
|
+ <p>Blur is used pretty commonly along macOS and iOS apps, we have created a collection of curated blur levels for your usage in your apps. Keep in mind that blur levels also include a background, that you can override if you desire.</p>
|
|
|
|
+
|
|
|
|
+ <div class="row pad_15_row center_row">
|
|
|
|
+ <div class="col-xs-10 col-sm-3">
|
|
|
|
+ <div class="card_blur">
|
|
|
|
+ <div class="blur_elm p-blur-1">
|
|
|
|
+ <p class="col-w">p-blur-1</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="blur_img">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-xs-10 col-sm-3">
|
|
|
|
+ <div class="card_blur">
|
|
|
|
+ <div class="blur_elm p-blur-2">
|
|
|
|
+ <p>p-blur-2</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="blur_img">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-xs-10 col-sm-3">
|
|
|
|
+ <div class="card_blur">
|
|
|
|
+ <div class="blur_elm p-blur-3">
|
|
|
|
+ <p>p-blur-3</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="blur_img">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="col-xs-10 col-sm-3">
|
|
|
|
+ <div class="card_blur">
|
|
|
|
+ <div class="blur_elm p-blur-4">
|
|
|
|
+ <p>p-blur-4</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="blur_img">
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <p>Usage:</p>
|
|
|
|
+ <div class="code">
|
|
|
|
+ <pre>
|
|
|
|
+ <code class="html">
|
|
|
|
+<div class="p-blur-1"></div>
|
|
|
|
+
|
|
|
|
+<div class="p-blur-2"></div>
|
|
|
|
+
|
|
|
|
+<div class="p-blur-3"></div>
|
|
|
|
+
|
|
|
|
+<div class="p-blur-4"></div>
|
|
|
|
+ </code>
|
|
|
|
+ </pre>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</body>
|