-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (78 loc) · 1.36 KB
/
Copy pathstyle.css
File metadata and controls
82 lines (78 loc) · 1.36 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
/*div{
border: 1px solid gray;
}
*/
body{
font-family: 'Raleway', sans-serif;
}
.header{
-webkit-box-shadow: 0px 0px 100px 5px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 100px 5px rgba(0,0,0,0.6);
box-shadow: 0px 0px 100px 5px rgba(0,0,0,0.6);
margin-bottom: 5%;
}
.display-pic{
border-radius: 75%;
border: 4px solid rgba(0, 0, 0, 0.3);
margin: auto;
width: 300px;
}
.header-content{
background-image: url('image/background.jpg');
padding-top: 5%;
padding-bottom: 5%;
color: #FFF;
background-size: cover;
}
.main-heading{
font-family: 'Raleway', sans-serif;
font-weight: 700;
color: black;
font-size: 5em;
}
.sub-heading{
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 3em;
color: black;
}
.about-me .about-content {
border-left: 4px solid rgba(0, 0, 0, 0.3);
padding-left: 3%;
}
.about-content > h4 {
font-weight: bold;
}
.header-light{
color: rgba(0,0,0,0.4);
}
.gray-block{
padding-left: 1%;
padding-right: 1%;
border-radius: 4px;
padding-top: 0.5%;
padding-bottom: 0.5%;
color: black;
background-color: rgba(0,0,0,0.1);
}
.social-icons{
display: flex;
}
.margin-class{
margin: 2px;
}
.github-icon{
border-radius: 16px;
}
.linkden-icon{
border-radius: 5px;
}
/*.about-content > h5 {
font-weight: bold;
}*/
.social-icons-small-screen{
width: 102px;
margin-left: -51px;
left: 50%;
position: relative
}