This repository was archived by the owner on Oct 26, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (85 loc) · 1.65 KB
/
style.css
File metadata and controls
94 lines (85 loc) · 1.65 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
h1, h2, h3 {
font-family: 'Roboto', sans-serif;
}
.d-block, .jumbotron {
height: 400px;
}
.jumbotron {
font-family: 'Open Sans', sans-serif;
background-color: #4cd3c2;
color: white;
}
/* Change the size of the Navbar and nav-brand */
.navbar {
min-height: 50px;
margin-bottom: 20px;
font-family: 'Roboto', sans-serif;
}
.navbar-brand {
padding: 0 10px;
height: 120px;
line-height: 120px;
}
.nav-link {
font-family: 'Roboto', sans-serif;
margin: 0 70px;
padding: 5px 10px;
border: 1px solid white;
border-radius: 10px;
text-transform: uppercase;
color: white;
}
.nav-1 {
background-color: #faeee7;
}
.justify-txt {
text-align: center;
}
.carousel {
width:auto; /* Or try to use important */
margin-bottom: 20px;
}
.card {
font-family: 'Open Sans', sans-serif;
height: 24rem;
margin-bottom: 20px;
border-color: #4cd3c2;
}
.card > img {
width: 100%;
height: 50%;
}
.back-color-nav {
background-color: #f54291;
}
.col {
overflow-wrap: break-word;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active {
color: lightYellow ;
background-color: #0a97b0;
margin: 0 auto;
border-color: white;
font-family: 'Open Sans', sans-serif;
}
a:hover,
a:visited {
font-weight: bold;
color: white;
font-family: 'Open Sans', sans-serif;
}
footer .nav-link {
text-align: center;
font-family: 'Open Sans', sans-serif;
}
/* MEDIA QUERY */
@media only screen and (max-width: 767px) {
.nav-link {
border: none;
}
.jumbotron {
height: 250px;
}
}