-
Notifications
You must be signed in to change notification settings - Fork 0
/
flags.css
104 lines (99 loc) · 1.49 KB
/
flags.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body{
background-color: gray;
}
.franca{
height: 200px;
width: 500px;
}
.frone{
display: inline-block;
background-color: #002495;
height: 100px;
width: 55px;
margin: 0;
}
.frtwo {
display: inline-block;
background-color: #fff;
position: relative;
right:4px;
height: 100px;
width: 55px;
margin: 0;
}
.frthree {
display: inline-block;
background-color: #ff0000;
position: relative;
right:8px;
height: 100px;
width: 55px;
margin: 0;
}
.alemanha{
height: 400px;
width: 1000px;
margin: 0 auto;
position: relative;
bottom:105px;
left:170px;
}
.alone{
display: inline-block;
background-color: #000000;
height: 33px;
width: 165px;
margin: 0;
}
.altwo{
display: inline-block;
position: relative;
right:169px;
top:33px;
background-color: #DE0002;
height: 33px;
width: 165px;
margin: 0;
}
.althree{
display: inline-block;
position:relative;
right:338px;
top:66px;
background-color: #FFCE00;
height:33px;
width:165px;
margin:0;
}
.madagascar{
height: 400px;
width: 1000px;
margin: 0 auto;
position: relative;
bottom:36px;
left:170px;
}
.mdone{
display: inline-block;
background-color:#FFFFFF;
height:100px;
width:55px;
margin:0 auto;
}
.mdtwo{
display: inline-block;
background-color:#FC3E32;
height:50px;
width:110px;
position:relative;
left:55px;
}
.mdthree{
display: inline-block;
background-color:#007E39;
height:50px;
width:110px;
position:relative;
left:55px;
bottom:4px;
}