-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.css
More file actions
82 lines (64 loc) · 1.12 KB
/
Copy pathprofile.css
File metadata and controls
82 lines (64 loc) · 1.12 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
.parent_cont{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.profile_container{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 900px;
background: rgba(113, 168, 235, 0.7);
}
.background_container img{
margin-top: 2vh;
min-width: 900px;
max-height: 500px;
}
.profile_img_container{
position: relative;
bottom: 90px;
}
.profile_img_container img{
max-width: 200px;
max-height: 200px;
border-radius: 100px;
position: relative;
}
.bio_container{
font-family: 'Montserrat', 'sans-serif';
display: flex;
justify-content: center;
align-items: center;
width: 1000px;
position: relative;
bottom: 70px;
}
table, .browse{
font-family: 'Montserrat', 'sans-serif';
background: rgba(113, 168, 235, 0.5);
}
.browse{
min-width: 900px;
text-align: center;
padding-top: 10px;
}
table{
min-width: 900px;
text-align: center;
padding-bottom: 30px;
}
tr{
padding: 10px;
font-family: 'Montserrat', 'sans-serif';
}
td a{
margin: 10px;
font-size: 20px;
}
.varlink{
color: black
}
/*#FFCC57*/