mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-24 11:17:29 +01:00
Homepage
This commit is contained in:
parent
f2c74ac1b7
commit
3b8acc2a46
@ -11,6 +11,12 @@
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.header pre{
|
||||
background-color: rgba(32, 32, 32, .3);
|
||||
padding: 8px;
|
||||
max-width: 320px;
|
||||
margin: 12px auto;
|
||||
}
|
||||
|
||||
.no-wrap {
|
||||
white-space: nowrap;
|
||||
|
15
index.html
15
index.html
@ -35,21 +35,24 @@
|
||||
<div class="header">
|
||||
<div class="container-md">
|
||||
<h1>flag-icon-css</h1>
|
||||
<p>
|
||||
<p class="lead">
|
||||
A collection of all country flags in SVG — plus the CSS for easier
|
||||
integration.
|
||||
</p>
|
||||
<p>All flags are in 1x1 and 4x3 formats only.</p>
|
||||
<p class="lead">All flags are in 1x1 and 4x3 formats only.</p>
|
||||
<pre class="install">yarn add flag-icon-css --dev</pre>
|
||||
<p>For more instructions check out GitHub.</p>
|
||||
<a
|
||||
class="btn btn-light btn-lg"
|
||||
href="https://github.com/lipis/flag-icon-css"
|
||||
class="btn btn-light"
|
||||
href="https://github.com/lipis/flag-icons"
|
||||
><i class="fab fa-github"></i> View on GitHub</a
|
||||
>
|
||||
<a
|
||||
class="btn btn-light btn-lg"
|
||||
href="https://github.com/lipis/flag-icon-css/archive/main.zip"
|
||||
class="btn btn-light"
|
||||
href="https://github.com/lipis/flag-icons/archive/main.zip"
|
||||
><i class="fas fa-download"></i> Download</a
|
||||
>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-md">
|
||||
|
Loading…
Reference in New Issue
Block a user