-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
105 lines (90 loc) · 1.43 KB
/
style.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
body {
background-image: linear-gradient(to right, pink ,rgb(163, 56, 235));
}
#pic{
height: 200px;
width:200px;
border-radius:50%;
background-color: white;
z-index:1;
background-image:url("bean.jpg");
background-size:cover;
position:relative;
top:150px;
left:800px;
box-shadow:20px;
}
#content{
background-color:white;
height: 650px;
width:800px;
border-radius:15px;
position:relative;
left:500px;
}
h1{
text-align: center;
color:blueviolet;
font-size:30px;
}
#follower{
color:grey;
text-align:center;
font-size:16px;
}
#text{
color:grey;
text-align:center;
font-size:16px;
}
#message{
display:inline-block;
position:relative;
left:150px;
background-color: rgb(166, 89, 239);
width:100px;
height:30px;
border-radius:20px;
color:white;
padding:15px;
padding-left:50px;
padding-top:20px;
}
#follow{
display:inline-block;
position:relative;
left:300px;
background-color: rgb(229, 87, 132);
width:100px;
height:30px;
border-radius:20px;
color:white;
padding:15px;
padding-left:50px;
padding-top:20px;
}
#flex{
display:flex;
flex-direction:row;
justify-content: space-around;
}
#twitter{
height:50px;
width:50px;
}
#github{
height:50px;
width:50px;
}
#fb{
height:50px;
width:50px;
}
#insta{
height:50px;
width:50px;
}
#linkedin{
height:50px;
width:50px;
}