-
Notifications
You must be signed in to change notification settings - Fork 0
/
abouts.css
115 lines (108 loc) · 1.83 KB
/
abouts.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
* {
margin: 0;
padding: 0;
}
main {
height: 100vh;
}
.me {
display: flex;
justify-content: center;
align-items: center;
margin-top: 9rem;
margin-bottom: 2rem;
height: 23px;
}
.mine {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
margin-bottom: 1rem;
}
.describe {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
text-align: center;
}
.hand-icon {
display: flex;
position: absolute;
color: violet;
margin-top: 7rem;
justify-content: center;
}
.container2 {
display: flex;
height: 80vh;
margin-top: 2.2rem;
/* background-color: salmon; */
}
.card1 {
display: block;
width: 70vh;
height: 70vh;
margin: 1rem 1rem;
margin-left: 14rem;
background-color:#2d2e37;
}
.card2 {
display: flex;
position: relative;
width: 70vh;
height: 70vh;
margin: 1rem -3.5rem;
/* background-color: rgb(119, 103, 119); */
}
.main-card {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, auto));
gap: 1.8rem;
}
.sec-card {
display: block;
background-color: #2d2e37;
margin: 0rem 3.5rem;
height: 32vh;
width: 28vh;
}
.sec-card1 {
display: block;
background-color: #2d2e37;
margin: 0rem 5rem;
height: 32vh;
width: 28vh;
}
.sec-card2 {
display: block;
background-color:#2d2e37;
margin: 0rem 3.5rem;
height: 32vh;
width: 28vh;
}
.sec-card3 {
display: block;
margin: 0rem 5rem;
height: 32vh;
width: 28vh;
background-color: #2d2e37;
}
.about1{
margin-top: 1.7rem;
margin-left: 3.8rem;
color: green;
}
.extra{
color: salmon;
margin-top: 4rem;
margin-left: 4rem;
font-size: 70px;
}
.line{
height: 1.3vh;
width: 28vh;
background-color: blue;
margin-top: 1.7rem;
}