Travis build: 138 [cron]

This commit is contained in:
30secondsofcode
2019-01-12 21:18:53 +00:00
parent afab2fdd7e
commit c0810a937b
2 changed files with 4 additions and 10 deletions

View File

@ -242,9 +242,7 @@
<div class="snippet">
<h3 id="button-border-animation"><span>Button border animation</span><span class="tags__tag snippet__tag" data-type="animation"><i data-feather="loader"></i>animation</span></h3>
<p>Creates a border animation on hover.</p>
<h4 data-type="HTML">HTML</h4><pre><code class="lang-html">&lt;div class="button-border"&gt;
&lt;button class="button"&gt;Submit&lt;/button&gt;
&lt;/div&gt;
<h4 data-type="HTML">HTML</h4><pre><code class="lang-html">&lt;div class="button-border"&gt;&lt;button class="button"&gt;Submit&lt;/button&gt;&lt;/div&gt;
</code></pre>
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">.button {
background-color: #c47135;
@ -284,9 +282,7 @@
</code></pre>
<h4>Demo</h4>
<div class="snippet-demo" data-scope="button-border.md">
<div class="button-border">
<button class="button">Submit</button>
</div>
<div class="button-border"><button class="button">Submit</button></div>
</div>
<style>[data-scope="button-border.md"] .button {
background-color: #c47135;