forked from hstatsep/portfolio-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (67 loc) · 1.04 KB
/
style.css
File metadata and controls
83 lines (67 loc) · 1.04 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
83
html, body {
height: 100%;
}
body {
font: 20px Montserrat, sans-serif;
line-height: 1.8;
color: #f5f6f7;
}
p {
font-size: 16px;
}
a {
color: #2e72a1;
}
#logo, .project-img {
max-height: 300px;
}
#fork img{
height: 25px;
margin-bottom: 25px;
filter: invert(1);
}
#sep {
height: 75px;
}
.margin {
margin-bottom: 45px;
}
.bg-1 {
background-color: ##8C8484; /* grey */
color: #262626; /* 555555*/
}
.bg-2 {
background-color: #F28B30; /* grey */
color: #ffffff;
}
.card {
color: black;
text-align: left;
}
.card-title {
font-weight: 700;
}
.bg-3 {
background-color: #F24C27; /* grey */
color: #ffffff;
}
.bg-4 {
background-color: #A62424; /* Dark Gray */
color: #fff;
}
.container-fluid {
padding-top: 50px;
padding-bottom: 50px;
}
.navbar {
padding-top: 15px;
padding-bottom: 15px;
border: 0;
border-radius: 0;
margin-bottom: 0;
font-size: 12px;
letter-spacing: 5px;
}
.navbar-nav li a:hover {
color: #2e72a1 !important;
}