-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.css
65 lines (64 loc) · 1.06 KB
/
profile.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
@charset "UTF-8";
body {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.header_container {
display: flex;
flex-direction: row;
width: 800px;
padding: 30px 20px;
}
.box_img{
min-width: 216px;
margin-right: 30px;
}
.box_container{
display: flex;
flex-direction:column;
}
.box_nickname{
display: flex;
flex-direction: row;
}
.box_nickname>h1{
display:block;
color: rgb(38,38,38);
font-weight: 300;
font-size: 28px;
}
.box_nickname>button{
box-sizing: border-box;
margin-left: 20px;
display: block;
border: 1 solid #bdbdbd;
width:95px;
height:30px;
margin-top:20px;
background-color: white;
}
.box_follow{
display: flex;
flex-direction: row;
list-style: none;
padding:0;
}
.box_follow>li{
font-size: 16px;
margin-right: 40px;
}
.main_container{
display: flex;
flex-direction: row;
}
.box_lion img{
width:300px;
}
.box_lion li{
font-size: 15px;
list-style-type:none;
font-weight: bold;
color: rgb(103, 68, 199);
}