-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (58 loc) · 962 Bytes
/
style.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
body * {
box-sizing: border-box;
}
.main-container {
height:275px;
width:558px;
border: 2px solid lightgray;
display: flex;
flex-direction: column;
}
.header-container{
background-color: #14A3B8;
position: relative;
height: 70px;
}
.body-container{
background-color: white;
padding-top: 14px;
padding-left: 15px;
height: 230px;
font-family: 'Lato', sans-serif;
}
.map-icon {
height:14px;
width: 13px;
}
.gear-icon {
height:16px;
width: 16px;
}
.img {
height: 70px;
width: 70px;
position: absolute;
top: 31px;
left: 17px;
border: 2px solid #a9c4c8;
border-radius: 50%;
}
.country {
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
margin-bottom: -8px;
margin-top:-9px;
}
h1 {
margin-bottom:0;
}
.line1{
margin-top:2px;
margin-bottom: 0px;
}
.line2{
margin-top:2px;
margin-bottom: 0px;
}