-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage4.css
40 lines (40 loc) · 879 Bytes
/
image4.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
.profile{
position: relative;
width: 500px;
margin: auto;
border: 2px solid lightgray;
border-radius: 16px;
/* height: 500px; */
}
.cover{
width: 100%;
height: 140px;
object-fit: cover;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}
.pfp{
height: 120px;
width: 120px;
object-fit: cover;
border-radius: 50%;
position: absolute;
left: 200px;
bottom: 130px;
border: 4px solid white;
}
.heading{
/* color: white; */
text-align: center;
font-size: 27px;
padding-top: 70px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-bottom: 5px;
}
.info{
text-align: center;
font-size: 25px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400;
color: rgb(138, 138, 138);
}