Skip to content

Instantly share code, notes, and snippets.

View agajdosi's full-sized avatar

Andreas Gajdosik agajdosi

View GitHub Profile
@fnky
fnky / variable-fonts.md
Last active May 7, 2024 05:33
Awesome Variable Fonts

Awesome Variable Fonts

A list of open source and free* variable fonts.

* Some fonts may require a license to be used for commerical use.

Open Source

@danrovito
danrovito / countrydropdown.html
Last active May 6, 2024 12:29
HTML Country Select Dropdown List
<label for="country">Country</label><span style="color: red !important; display: inline; float: none;">*</span>
<select id="country" name="country" class="form-control">
<option value="Afghanistan">Afghanistan</option>
<option value="Åland Islands">Åland Islands</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>