-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfriend.css
More file actions
113 lines (97 loc) · 1.77 KB
/
friend.css
File metadata and controls
113 lines (97 loc) · 1.77 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
body{
background-color: whitesmoke;
display: flex;
flex-direction: column;
height: 100vh;
position: relative;
}
.friend-top{
width: 100%;
display: flex;
height: 45px;
margin-top: 20px;
justify-content: space-between;
border-bottom: 2px solid gainsboro;
}
.friend-top span{
font-size: 24px;
font-weight: bold;
color: rgb(51, 50, 50);
margin-left: 15px;
}
.friend-top div{
margin-top: 4px;
color: rgb(54, 54, 54);
margin-right: 15px;
}
.fa-search {
margin-left: 10px;
}
.fa-music {
margin: 0px 10px;
}
.me{
position: absolute;
top:11%;
margin: 0px 9px;
display: flex;
border-bottom: 2px solid gainsboro;
}
.me img{
border-radius: 35%;
margin-bottom: 10px;
}
.me-profile{
display: flex;
flex-direction: column;
position: absolute;
top:20%;
left: 20%;
}
.me span:first-child{
font-size: 15px;
}
.me span:last-child{
font-size: 13px;
color: gray;
margin-top: 3px;
}
.project{
margin: 40px 20px;
}
.myproject,
.teamproject{
margin-bottom: 25px;
font-size: 22px;
color: rgba(255, 255, 255, 0.87);
font-weight: bolder;
border-bottom: 2px solid gainsboro;;
}
.myproject span:first-child,
.teamproject span:first-child{
font-size: 40px;
margin-right: 10px;
color: rgba(247, 247, 247, 0.822);
}
.myproject span:last-child,
.teamproject span:last-child{
font-size: 20px;
margin-right: 10px;
color: rgba(245, 245, 245, 0.877);
}
.update{
display: flex;
justify-content: center;
}
.update span:first-child{
font-size: 25px;
color: rgba(44, 44, 44, 0.986);
font-weight: bold;
}
.update span:nth-child(2){
margin: 5px 8px;
}
.fa-star{
color: yellow;
margin-top: 2px;
}