Skip to content

Commit 89a4204

Browse files
committed
pulled original repo
2 parents 93a7224 + 2734d0f commit 89a4204

File tree

14 files changed

+188
-4
lines changed

14 files changed

+188
-4
lines changed

Assets/Cameroon.png

15.4 KB
Loading

Assets/Hungary.png

319 Bytes
Loading

Assets/SierraLeone.png

3.82 KB
Loading

Assets/Thailand.png

390 Bytes
Loading

Assets/Turkey.png

2.07 KB
Loading

Assets/Yemen.png

613 Bytes
Loading

Flags/Cameroon.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Cameroon | Flags</title>
5+
<style>
6+
#cameroon {
7+
position: relative;
8+
background-color: #007A5E;
9+
}
10+
11+
#cameroon,
12+
#cameroon::before,
13+
#cameroon::after {
14+
width: 200px;
15+
height: 400px;
16+
}
17+
18+
#cameroon::before,
19+
#cameroon::after {
20+
content: '';
21+
position: absolute;
22+
top: 0;
23+
}
24+
25+
#cameroon::before {
26+
content: '\2605';
27+
left: 100%;
28+
display: flex;
29+
align-items: center;
30+
justify-content: center;
31+
color: #FCD116;
32+
font-size: 6.0em;
33+
background-color: #CE1126;
34+
}
35+
36+
#cameroon::after {
37+
left: 200%;
38+
background-color: #FCD116;
39+
}
40+
</style>
41+
</head>
42+
<body>
43+
<div id="cameroon"></div>
44+
</body>
45+
</html>

Flags/Hungary.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Hungary | Flags</title>
5+
<style>
6+
#hungary{
7+
width: 125px;
8+
height: 25px;
9+
border-top: 25px solid rgb(205,42,62);
10+
border-bottom: 25px solid rgb(67,111,77);
11+
background-color: rgb(255,255,255);
12+
}
13+
</style>
14+
</head>
15+
<body>
16+
<div id="hungary"></div>
17+
</body>
18+
</html>

Flags/SierraLeone.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>Sierra Leone | Flags</title>
5+
<style>
6+
#sierraleone{
7+
width: 140px;
8+
height: 30px;
9+
border-top: 30px solid rgb(34,188,86);
10+
border-bottom: 30px solid rgb(0,128,255);
11+
}
12+
</style>
13+
</head>
14+
<body>
15+
<div id="sierraleone"></div>
16+
</body>
17+
</html>

Flags/Syria.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Syria | Flags</title>
5+
<meta charset="utf-8"/>
56
<style>
67
#syria{
78
width: 180px;
@@ -27,4 +28,4 @@
2728
<body>
2829
<div id="syria"></div>
2930
</body>
30-
</html>
31+
</html>

0 commit comments

Comments
 (0)