-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
128 lines (103 loc) · 1.68 KB
/
Copy pathstyle.css
File metadata and controls
128 lines (103 loc) · 1.68 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
background-color: rgb(255, 230, 160);
margin: 0 auto;
height:100%;
}
div button {
font-size: 21px;
}
header {
width: 100%;
}
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
div .jumbotron img {
padding-top: 10px;
width: 100%;
}
.jumbotron {
font-family: baskervville;
}
nav li a {
width:100%;
position: static;
}
nav li .active {
color:#FF0000;
}
.navbar-nav {
color:#FF0000;
background-color:rgb(255, 176, 176);
width:100%;
position:center;
}
.navbar-collapse:hover {
background-color: rgb(255, 119, 119);
}
.active {
color: rgb(255, 119, 119);
}
div .carousel {
padding-bottom: 15px;
}
.carousel {
margin: auto;
}
.carousel-inner img {
margin: auto;
max-width:100%;
max-height:100%;
}
footer {
height:100px;
background-color: rgb(163, 0, 0);
padding: 15px;
}
footer table {
margin: auto;
}
footer table td, footer table th {
color: white;
font-family: lora;
padding-left: 55px;
padding-right: 55px;
margin: 0 auto;
}
footer a:hover {
color: gray;
}
footer a {
color: white;
}
.navbar {
font-family: lora;
color: white;
}
.container {
position: relative;
}
.container img {
align-content: center;
width: 50%;
}
.text-block {
position: absolute;
background-color: black;
color: white;
padding: 10px 20px 10px 20px;
opacity: 60%;
border-color: white;
border-radius: 40px;
border-width: 5px;
border: white;
border-style: solid;
}
.text-block h4 {
font-size: 30px;
}