forked from SethGower/sethgower.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
45 lines (39 loc) · 746 Bytes
/
main.css
File metadata and controls
45 lines (39 loc) · 746 Bytes
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
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
font-family: 'Roboto', sans-serif;
}
.card {
font-family: 'Roboto', sans-serif;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #CBCBCB;
}
.github-card {
font-family: 'Roboto', sans-serif;
margin-right: 20px;
margin-left: 20px;
align-content: center;
}
#project-cards {
font-family: 'Roboto', sans-serif;
align-content: center;
align-items: center;
}
.contact-item {
margin-right: 10px;
margin-left: 10px;
}
.navbar {
margin-bottom: 10px;
//background-color: #750F0F;
}
body {
padding-top: 50px;
}
a {
color: #750F0F;
}
.active {
//background-color: #4E0000;
}