mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-31 08:45:35 +02:00
add install
This commit is contained in:
22
index.html
22
index.html
@@ -38,6 +38,27 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<div class="install">
|
||||||
|
<code>
|
||||||
|
<a href="https://www.npmjs.com/package/destyle.css">npm</a> install
|
||||||
|
--save destyle.css
|
||||||
|
</code>
|
||||||
|
|
||||||
|
<a
|
||||||
|
class="install-link"
|
||||||
|
href="https://yarnpkg.com/en/package/destyle.css"
|
||||||
|
>CDN</a
|
||||||
|
>
|
||||||
|
<span>–</span>
|
||||||
|
<a
|
||||||
|
class="install-link"
|
||||||
|
href="https://raw.githubusercontent.com/nicolas-cusan/destyle.css/master/destyle.css"
|
||||||
|
>
|
||||||
|
Download
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="actions">
|
||||||
<a class="btn" href="compare.html">See it in action</a>
|
<a class="btn" href="compare.html">See it in action</a>
|
||||||
<a
|
<a
|
||||||
class="btn btn-outline"
|
class="btn btn-outline"
|
||||||
@@ -60,6 +81,7 @@
|
|||||||
>Tweet</a
|
>Tweet</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
42
style.css
42
style.css
@@ -47,7 +47,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.features {
|
.features {
|
||||||
margin-bottom: 60px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.features li {
|
.features li {
|
||||||
@@ -67,6 +67,42 @@ body {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.install {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.install code {
|
||||||
|
display: block;
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
padding: 10px 15px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.install span,
|
||||||
|
.install a {
|
||||||
|
color: dodgerblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.install a:active,
|
||||||
|
.install a:focus,
|
||||||
|
.install a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.install span,
|
||||||
|
.install-link {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 500px) {
|
||||||
|
.actions {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
background-color: dodgerblue;
|
background-color: dodgerblue;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -101,9 +137,7 @@ body {
|
|||||||
|
|
||||||
@media (min-width: 500px) {
|
@media (min-width: 500px) {
|
||||||
.social {
|
.social {
|
||||||
display: inline-block;
|
margin-left: auto;
|
||||||
vertical-align: middle;
|
|
||||||
margin-left: 40px;
|
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user