.md cleanup

This commit is contained in:
codecalm
2020-02-16 21:34:30 +01:00
parent f8db48d702
commit e898aa7d13
34 changed files with 199 additions and 2 deletions
+3
View File
@@ -5,6 +5,7 @@ plugin: flags
done: true
---
## Flag
{% capture code %}
@@ -14,6 +15,7 @@ done: true
{% endcapture %}
{% include example.html code=code %}
## Flag sizes
Using Bootstraps typical naming structure, you can create a standard flag, or scale it up to different sizes based on whats needed.
@@ -26,6 +28,7 @@ Using Bootstraps typical naming structure, you can create a standard flag, or
{% endcapture %}
{% include example.html code=code %}
## Types
To set the flag of the country you want add a class `flag-(country name)`. For example to create a flag of Andorra your class should look like this: `.flag-ad`.