-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
57 lines (45 loc) · 787 Bytes
/
style.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
html {
background: url(background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'helvetica Neue', sans-serif;
}
.prof-box {
width: 400px;
height: 450px;
background: rgb(0,0,0,0.4);
padding: 40px;
color: black;
margin: 0 auto;
margin-top: 100px;
text-align: center;
text-size:40px;
}
.prof-pic{
border-radius: 50%;
height:200px;
width: 200px;
}
h1{
font-weight: 100;
letter-spacing: 3;
font-size: 40px;
font-width: hsl(360, 100%, 100%);px;
}
p{
font-weight: 200;
letter-spacing: 1;
}
.social-icons{
font-size: 40px;
}
.social-icons a{
color: white;
}
.line-break{
width: 325px;
margin: 0 auto;
border-top: 1px solid white;
}