-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle4.css
More file actions
39 lines (39 loc) · 852 Bytes
/
Copy pathstyle4.css
File metadata and controls
39 lines (39 loc) · 852 Bytes
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
.profile{
position: relative;
width: 600px;
margin: auto;
border: 2px solid lightgray;
border-radius: 16px;
/* height: 500px; */
}
.cover{
width: 100%;
height: 180px;
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: 230px;
bottom: 130px;
border: 4px solid white;
}
.heading{
/* color: white; */
text-align: center;
font-size: 24px;
padding-top: 70px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.info{
text-align: center;
font-size: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 400;
/* padding-top: 80px; */
}