Update example flags to better reflect real world
Source: https://en.wikipedia.org/wiki/List_of_countries_by_number_of_Internet_users See also: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population
This commit is contained in:
parent
203de0ee4f
commit
6b1dd27951
1 changed files with 10 additions and 8 deletions
18
README.md
18
README.md
|
|
@ -12,22 +12,24 @@ https://hatscripts.github.io/circle-flags/flags/xx.svg
|
||||||
For example, the following code:
|
For example, the following code:
|
||||||
```html
|
```html
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/ca.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/jp.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/mx.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48">
|
||||||
|
<img src="https://hatscripts.github.io/circle-flags/flags/ng.svg" width="48">
|
||||||
|
<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/za.svg" width="48">
|
|
||||||
```
|
```
|
||||||
|
|
||||||
...produces this:<br/><br/>
|
...produces this:<br/><br/>
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/ca.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/cn.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/gb.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/jp.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/id.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/mx.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/in.svg" width="48">
|
||||||
|
<img src="https://hatscripts.github.io/circle-flags/flags/ng.svg" width="48">
|
||||||
|
<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/za.svg" width="48">
|
|
||||||
|
|
||||||
To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/all-flags.html).
|
To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/all-flags.html).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue