-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyling.css
More file actions
55 lines (45 loc) · 752 Bytes
/
Copy pathstyling.css
File metadata and controls
55 lines (45 loc) · 752 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
body {
font-family: 'Open Sans', sans-serif;
}
.name {
text-align: left;
}
.user {
display: inline-block;
width: 250px;
height: 250px;
border-radius: 50%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.rbutton {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
color: white;
text-align: center;
line-height: 95px;
font-size: 18px;
}
.rbutton:hover {
opacity:0.8;
border-radius: 50%;
cursor: pointer;
}
.sophie {
background-image: url('Sofia-Eleni-Spatharioti-hero-image.jpg');
}
.red {
background-color: #EF5350;
}
.blue {
background-color: #64B5F6;
}
.lime {
background-color: #E6EE9C;
}
/*.navbar {
background: none;
}*/