forked from BraydenRoyston/hackthe6ix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleAssetPortfolio.css
75 lines (59 loc) · 969 Bytes
/
styleAssetPortfolio.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
#portfolioTitle {
margin-left: 300px;
}
#assetRow {
position: relative;
height: 200px;
}
.assetContainer {
position: absolute;
width: 98.5%;
height: 95%;
margin: 5px 5px 5px 5px;
background: solid;
background-color: #2D6A4F;
border-radius: 20px;
}
#assetTicker {
position: absolute;
left: 25%;
top: 8%;
color: white;
font-weight: bold;
}
#exchange {
position: absolute;
left: 25%;
top: 40%;
color: white;
font-weight: bold;
}
#numberOfShares {
position: absolute;
left: 25%;
top: 75%;
color: white;
font-weight: bold;
}
#value {
position: absolute;
left: 5%;
top: 37%;
font-size: 25px;
color: white;
font-weight: bold;
}
.chartContainer{
position: absolute;
top: 4%;
left: 50%;
height: 95%;
width: 45%;
}
.chartContainer2{
position: absolute;
top: 5%;
left: 0%;
height: 100%;
width: 97%;
}