-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
58 lines (42 loc) · 1.28 KB
/
Copy pathstyles.css
File metadata and controls
58 lines (42 loc) · 1.28 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
/* body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif} */
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 110px;background: #36826A;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 110px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}
body{
background-color:black;
}
.name{
font-family: 'Permanent Marker', cursive;
font-size: 95px;
color: #36826A;
}
h2, h5{
font-family: 'Amatic SC', cursive;
}
h5{
font-size: 23px;
}
h3{
font-family: 'Amatic SC', cursive;
font-size: 40px
}
h4{
font-family: 'Amatic SC', cursive;
font-size: 30px;
}
.linkedin, .github, .personal{
font-family:'Oswald', sans-serif;
font-size: 14px;
}
.about-me{
font-family:'Oswald', sans-serif;
font-size: 19px;
color: rgb(128, 128, 128);
}
.devicon-bootstrap-plain, .devicon-csharp-line-wordmark, .devicon-css3-plain, .devicon-git-plain, .devicon-github-plain, .devicon-grunt-plain, .devicon-heroku-plain, .devicon-html5-plain, .devicon-javascript-plain, .devicon-mysql-plain, .devicon-react-original, .devicon-dot-net-plain {
font-size: 50px;
}