Skip to content

Commit b4b6f63

Browse files
authored
Merge pull request #36 from mschweichler/master
Add Poland flag
2 parents 5be0a6b + 89a4204 commit b4b6f63

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

Assets/Poland.png

535 Bytes
Loading

Flags/Poland.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Poland | Flags</title>
5+
<style>
6+
#poland{
7+
width: 160px;
8+
height: 0px;
9+
border-top: 50px solid #e9e8e7;
10+
border-bottom: 50px solid #d4213d;
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<div id="poland"></div>
16+
</body>
17+
</html>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ One `<div>`. Many possibilities.
4848
| [Ivory Coast](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/IvoryCoast.html) | [skeevey](https://github.com/skeevey) | ![IvoryCoast](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/IvoryCoast.png) |
4949
| [Japan](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Japan.html) | [ManrajGrover](https://github.com/ManrajGrover) | ![Japan](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Japan.png) |
5050
| [Nigeria](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Nigeria.html) | [skeevey](https://github.com/skeevey) | ![Nigeria](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Nigeria.png) |
51+
| [Poland](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Poland.html) | [mschweichler](https://github.com/mschweichler) | ![Poland](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Poland.png) |
5152
| [Russia](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/Russia.html) | [ad222kr](https://github.com/ad222kr) | ![Russia](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/Russia.png) |
5253
| [South Africa](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/South%20Africa.html) | [DHernandex](https://github.com/dhernandex) | ![South Africa](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/South%20Africa.png)
5354
| [Sierra Leone](https://github.com/ManrajGrover/SingleDivProject/blob/master/Flags/SierraLeone.html) | [ts96](https://github.com/ts96) | ![Sierra Leone](https://github.com/ManrajGrover/SingleDivProject/blob/master/Assets/SierraLeone.png) |

0 commit comments

Comments
 (0)