-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyinf.css
65 lines (57 loc) · 1.12 KB
/
myinf.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
.icn-fb{
width: 63px;
height: 40px;
background: transparent;
box-sizing: border-box;
margin-left: -10px;
display: flex;
}
.icn-ig{
width: 35px;
height: 35px;
background: transparent;
box-sizing: border-box;
margin-left: 55px;
display: flex;
margin-top: -37px;
}
.icn-tw{
width: 55px;
height: 55px;
background: transparent;
box-sizing: border-box;
margin-left: 95px;
display: flex;
margin-top: -45px;
}
.icn-yt{
/* width: 63px; */
height: 33px;
background: transparent;
box-sizing: border-box;
margin-left: 156px;
display: flex;
margin-top: -45px;
}
.arekh{
width: 150px;
height: 234px;
border-radius: 30px;
margin-top: 15px;
margin-bottom: 10px;
}
.myinf{
display: flex;
background-color: #2e2e54;
justify-content: center;
padding-right: 720px;
}
.text{
background: transparent;
box-sizing: border-box;
margin-left: 30px;
color: rgb(129, 238, 39);
font-family: 'Encode Sans SC', sans-serif;
font-size: 70px;
width: 100px;
}