-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhome.css
More file actions
104 lines (84 loc) · 1.37 KB
/
home.css
File metadata and controls
104 lines (84 loc) · 1.37 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
@-webkit-keyframes fade {
from {opacity: .9}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .9}
to {opacity: 1}
}
marquee{
font-weight: bolder;
font-family: 'Tenor Sans', sans-serif;
font-style: normal;
font-size: xx-large;
color: white;
}
h1{
text-align: center;
color: black;
font-style: normal;
font-family: 'Tenor Sans', sans-serif;
font-weight: 700;
}
.content {
margin-bottom: 100px;
}
.card{
margin-bottom: 10%;
margin-top: 10%;
}
.card-title{
text-align: center;
color:#191970 ;
font-weight: 500;
}
.card-text{
text-align: center;
color:#2c3e50
;
}
<!--@media (max-width: 1200px) {
}
.blurb h2 {
font-size: 2rem;
padding-top: 10%;
}
.img-fluid{
size: 80%;
width: 100%;
height: auto;
vertical-align: middle;
}
.blurb h2 {
color: #2c3e50;
font-family: "Nunito", sans-serif;
font-size: 2.5rem;
}
.blurb p {
color: #0082e6;
font-weight: 0.1;
font-size: 1.125rem;
line-height: 2;
}
.content {
margin-bottom: 100px;
}
.jumbotron{
color: #2c3e50;
text-align: center;
background-color:#F8F8FF;
padding: 3%;}
.container1{
background-color:#2c3e50;
margin-top: 10px;
}
.text{
text-align: center;
color: #f2f2f2;
font-weight: bolder;
font-size: xx-large;
}
.carousel-item{
width: 1200px;
height: 500px;
}