-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (63 loc) · 1.14 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
h1 {
font-size: 5em;
font-family: 'Playfair Display', serif;
letter-spacing: 2px;
text-align: center;
padding-top: 30px;
margin-bottom: 0px;
text-shadow: 1px 1px #fff;
}
#ctc {
font-weight: bold;
color:rgb(110, 98, 98)
}
#resume {
font-weight: bold;
color:rgb(110, 98, 98);
text-decoration: underline;
}
#profile_pic {
height: 300px;
border-radius: 24px;
margin: 50px;
float: right;
box-shadow: 0px 0px 20px #fff;
border: solid #fff
}
#project_descriptions {
font-size: 1em;
}
.social-icon {
height: 60px;
padding: 15px;
}
body{
background-color: #e2deda;
color: #AA928E;
margin-left: 50px;
}
a {
color: rgb(29, 24, 24);
text-decoration: none;
}
h2 {
font-size: 2.5em;
font-family: 'Mulish', sans-serif;
color: #645342;
padding-bottom: 0px;
margin-bottom: 10px;
}
p {
font-size: 1.5em;
font-family: 'Open Sans', sans-serif;
color: #464343;
margin-top: 0px;
padding-top: 0px
}
ul {
font-size: 1.5em;
font-family: 'Open Sans', sans-serif;
color: #464343;
margin-top: 0px;
padding-top: 0px
}