-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.css
53 lines (47 loc) · 905 Bytes
/
main.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
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
font-family: 'Roboto', sans-serif;
position: relative;
min-height: 100%;
}
.card {
font-family: 'Roboto', sans-serif;
padding: 20px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 10px;
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;
margin-bottom: 60px;
}
a {
color: #750F0F;
}
.footer {
position: absolute;
bottom: 0;
width: inherit;
height: 60px;
background-color: #ffffff;
}