-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvestor.css
89 lines (89 loc) · 1.64 KB
/
investor.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
#nav2 {
/* border: 1px solid blue; */
height: 55px;
width: 100%;
}
#inputs1 {
display: flex;
justify-content: center;
align-items: center;
margin-top: 5px;
}
#inputs1 > select,
#inputs1 > input {
width: 250px;
height: 45px;
/* border: 1px solid greenyellow; */
margin-top: 12px;
border-radius: 8px;
border-collapse: collapse;
border: 1px solid rgb(174, 167, 167);
}
#inputs1 > input[type="submit"] {
background-image: linear-gradient(
to left,
rgb(28, 171, 162) 25%,
rgb(28, 127, 171)
);
}
#Jcontainer {
width: 80%;
height: 300px;
/* border: 1px soild teal; */
margin: auto;
justify-content: center;
align-items: center;
}
.Jcontent {
display: flex;
/* border: 1px solid black; */
/* background-color: antiquewhite; */
justify-content: center;
align-items: center;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 16px;
height: 230px;
}
.Jcontent > div {
width: 150px;
height: 150px;
/* border: 1px solid orangered; */
padding-left: 50px;
margin: 20px;
}
.Jcontent > div > img {
width: 50px;
height: 50px;
margin: 10px 10px -4px 20px;
}
.Jcontent > div > h2 {
margin-bottom: 2px;
}
h1 {
color: gray;
}
.Icontent {
display: flex;
/* border: 1px solid black; */
justify-content: center;
align-items: center;
height: 200px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 16px;
height: 230px;
}
.Icontent > div {
width: 200px;
height: 150px;
/* border: 1px solid orangered; */
text-align: center;
margin: 15px;
}
.Icontent > div > img {
width: 140px;
height: 100px;
margin: auto;
}
.Icontent > div > p {
margin-top: 20px;
}