-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
123 lines (112 loc) · 1.67 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
.background-black {
background-color: black;
}
.height-img{
height: 2em;
}
.display-flex-class {
display: flex;
}
.text-color{
color: white;
}
body{
margin: 0em;
font-size: 14px;
background-color: lightgray;
}
.height-header{
height: 4em;
}
.justify-align{
justify-content: space-around;
align-items: center;
}
.justify-align-subheader{
justify-content: flex-start;
align-items: center;
}
.width-4 {
width: 4em;
}
.width-3 {
width: 3em;
}
.search-div {
width: 45em;
background-color: white;
}
.height-img-flag{
height: 1em;
}
.height-img-icon {
height: 0.5em;
margin-top: 0.5em;
}
.font-size-08 {
font-size: 0.8em;
}
.background-subheader{
background-color: #232f3e;
}
.margin1-5{
margin: 0.5em 0em 0.5em 1.5em;
}
.img-div-center {
position: relative;
top: -23em;
height: 3em;
background-color: white;
text-align: center;
width: 98%;
margin-left: 1%;
align-content: center;
font-size: 15px;
}
.width-100{
width: 100%;
}
.height-10{
height: 6.9em;
}
.flex-wrap-prop{
flex-wrap: wrap;
}
.width-25{
width:25%;
}
.width-20{
width:22%;
}
.image-items{
position: relative;
top:-23em;
/* text-align: center; */
width: 98%;
margin-left:1%
}
.image-items-2{
position: relative;
top:-21em;
/* text-align: center; */
width: 98%;
margin-left:1%
}
.background-white{
background-color: white;
}
.text-align-start{
text-align: start;
}
.padding-1{
padding: 1em;
}
.sign-in-button {
text-align: center;
margin: -19em 0 1em 0em;
}
.button-prop{
height: 2em;
width: 6em;
background-color: #ffff006e;
}