-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoinlayout.css
More file actions
91 lines (76 loc) · 1.86 KB
/
coinlayout.css
File metadata and controls
91 lines (76 loc) · 1.86 KB
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
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Iceberg&family=Nanum+Gothic+Coding&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Rajdhani:wght@300;400;500;600;700&display=swap');
.headElement{
display: flex;
gap: 2vw;
justify-content: center;
/* font-size: large; */
border-bottom: 3px solid #ddd;
}
.container{
display: flex;
flex-direction: column;
align-items: center;
}
.name, .symbol{
font-family: "Rajdhani", serif;
font-weight: 500;
font-style: normal;
}
.name{
font-size: xx-large;
}
.symbol{
font-size: large;
color: rgb(85, 79, 72);
}
.firstpart{
font-size: xx-large;
font-family: "Rajdhani", serif;
font-weight: 500;
font-style: normal;
}
.secondpart{
display: flex;
flex-direction: row ;
align-items: center;
gap: .5vw
}
.bodyElement{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: .5vw;
margin-top: 20px;
border: 4px solid rgba(61, 173, 80, 0.171);
width: 60%;
box-shadow: 3px 4px 2px rgba(43, 70, 223, 0.274);
border-radius: 30px;
}
.cards{
display: flex;
justify-content: center;
align-items: center;
border: 2px solid rgb(228, 248, 245);
width:15vw;
flex-direction: column;
line-height: 70px;
border-radius: 20px;
box-shadow: 1px 0px 3px;
}
.upsanddowns{
display: flex;
gap: 10px;
}
.ups{
color: rgb(3, 218, 3);
}
.downs{
color: red;
}
.cardheading{
font-family:cursive;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}