-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
85 lines (68 loc) · 1.04 KB
/
main.css
File metadata and controls
85 lines (68 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
84
85
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
header {
padding: 20px 0;
}
header .row,
footer .row {
display: flex;
align-items: center;
}
header h1 {
font-weight: 700;
margin: 0;
}
header nav {
display: flex;
justify-content: flex-end;
}
header p {
padding: 0 20px;
margin: 0;
}
.jumbotron {
display: flex;
align-items: center;
background-image: url('images/background.png');
background-size: cover;
color: #ffffff;
height: 100%;
text-shadow: 0.25px 0.25px 0.25px #000000;
}
section .row img {
margin: 0 0 30px;
width: 100%;
}
.col-md-6 {
margin: 0 0 30px;
}
.btn.btn-primary {
border-radius: 2px;
border: 0px;
color: #fbd1d5;
text-shadow: none;
background-color: #ffffff;
}
.btn.btn-primary:hover {
color: #ffffff;
background-color: #fbd1d5;
}
.btn-secondary {
background-color: #E8DFE0;
color: #ffffff;
margin: 0 0 30px;
}
footer .col{
}
.fa {
color: navy;
padding-right: .5em;
padding-left: .5em;
padding-bottom: .5em;
}
img {
width: 10%;
height: auto;
}