-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
94 lines (80 loc) · 1.21 KB
/
index.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
header {
padding: 20px 0px 5px 0px;
text-align: center;
background-size: cover;
font-size: 15px;
font-family: 'Roboto Mono', cursive;
position: fixed;
z-index: +3;
text-align: center;
top: 0;
width: 100%;
}
a {
color: navy;
}
h2{
font-family: 'Roboto Mono' cursive;
font-size:15px;
}
body {
text-align: center;
}
li{
background-color:white;
}
li{
display: inline;
padding: 10px 10px 10px 10px;
background-image: url("https://i.imgur.com/Fdnnrxj.jpg");
background-size:auto;
background-position: center;
position:relative;
border-width: thin;
border-radius: 10px;
}
li.home {
font-size: 20px;
font-style: strong;
}
.parent {
position: relative;
}
.image1 {
position: absolute;
top: 50px;
left: 0px;
width: 1100px;
height: 580px;
}
.singapore {
position: absolute;
top: 400px;
left: 828px;
}
.vietnam {
position: absolute;
top: 365px;
left: 840px;
}
.Switzerland {
position: absolute;
top: 250px;
left: 525px;
}
footer {
padding: 20px 20px 20px 20px;
position:absolute;
bottom: 00px;
left: 600px ;
font-family: 'Roboto Mono';
left: 0;
position: fixed;
text-align: center;
bottom: 0;
width: 100%;
color: navy;
}
footer a{
padding: 2px;
}