Skip to content

Commit bc7eace

Browse files
authored
Merge pull request #39 from jamcgrath/master
Add Thailand Flag
2 parents 9fe4f5d + ef031e6 commit bc7eace

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

Assets/Thailand.png

390 Bytes
Loading

Flags/Thailand.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Thailand | Flags</title>
5+
<style>
6+
#thailand {
7+
background-color: #241d4f;
8+
width: 150px;
9+
height: 33.33333px;
10+
border-top: 16.66667px solid #fff;
11+
border-bottom: 16.66667px solid #fff;
12+
position: relative;
13+
margin-top: 16.66667px;
14+
}
15+
#thailand::before {
16+
top: -33.33333px;
17+
content: '';
18+
width: 150px;
19+
height: 16.66667px;
20+
background-color: #ed1c24;
21+
display: block;
22+
position: absolute;
23+
}
24+
#thailand::after {
25+
bottom: -33.33333px;
26+
content: '';
27+
width: 150px;
28+
height: 16.66667px;
29+
background-color: #ed1c24;
30+
display: block;
31+
position: absolute;
32+
}
33+
</style>
34+
</head>
35+
<body>
36+
<div id="thailand"></div>
37+
</body>
38+
</html>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ One `<div>`. Many possibilities.
5353
| [Sweden](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Sweden.html) | [jacksarick](https://github.com/jacksarick) | ![Sweden](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Sweden.png) |
5454
| [Switzerland](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Switzerland.html) | [thijswerrij](https://github.com/thijswerrij) | ![Switzerland](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Switzerland.png) |
5555
| [Syria](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Syria.html) | [iSWORD](https://github.com/iSWORD) | ![Syria](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Syria.png) |
56+
| [Thailand](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Thailand.html) | [jamcgrath](https://github.com/jamcgrath) | ![Thailand](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Thailand.png) |
5657
| [The Netherlands](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Netherlands.html) | [jdhoek](https://github.com/jdhoek) | ![The Netherlands](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Netherlands.png) |
5758
| [Turkey](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Turkey.html) | [mehmetuken](https://github.com/mehmetuken) | ![Turkey](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Turkey.png) |
5859
| [United Kingdom](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/UK.html) | [jdhoek](https://github.com/jdhoek) | ![United Kingdom](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/UK.png) |

0 commit comments

Comments
 (0)