-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (56 loc) · 822 Bytes
/
style.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
54
55
56
57
.navbar {
font-weight: bold;
background-color: black;
border-color: black;
color: white;
margin-top: 20px;
}
.navbar-brand {
text-align: center;
}
#myheader {
color: black;
text-align: center;
font-weight: bold;
font-size: 30px;
font-family: 'Anton', sans-serif;
}
#centertext {
text-align: center;
margin-top: 10px;
}
#nblinks {
color: white;
}
h1 {
text-align: center;
font-family: arial;
font-size: 24px;
font-weight: bold;
}
h2 {
font-size: 16px;
}
a {
color: white;
}
.carousel img {
max-height: 400px;
width: 700px;
margin-right:auto;
margin-left:auto;
}
.carousel {
position: center;
background-color: white;
}
.fa-home {
color: white;
}
.navbar-collapse {
text-align:center;
}
.navbar-nav {
display:inline-block;
float:none;
}