-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (45 loc) · 655 Bytes
/
style.css
File metadata and controls
45 lines (45 loc) · 655 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
body{
/* background: #1d1d1d; */
}
.container{
width: 50%;
height: 500px;
top: 12px;
margin: auto;
border-radius: 50%;
position: absolute;
z-index: 1;
bottom: 0px;
left: 0px;
right: 0px;
}
#image
{
width: 200px;
height: 200px;
top: 0px;
margin: auto;
/* border-radius: 50%; */
/* position: absolute; */
/* z-index: 1; */
/* bottom: 200px; */
/* left: 0px; */
/* right: 0px; */
}
img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.container p{
text-align: center;
font-family: 'Josefin Sans', sans-serif;
font-size: 31px;
color: #5982c9;
}
.quote{
font-size: 20px !important;
}
a:hover{
text-decoration: none !important;
}