-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
108 lines (103 loc) · 1.64 KB
/
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
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
body {
padding: 0;
overflow-x: hidden;
}
.section{
background: url(./hero-bg.jpg) no-repeat;
background-size: cover;
height: 600px;
background-attachment: fixed;
}
.navbar-brand {
color: yellow;
font-weight: bold;
font-size: 30px;
}
.navbar-brand sub {
color: black;
}
.content {
float: right;
margin: 8% 12% 0px 8%;
}
h2 {
color: white;
font-weight: bold;
font-size: 60px;
}
#heading1 {
font-family: 'Dancing Script', cursive;
}
.btn {
text-align: center;
}
#button {
margin-top: 400px;
margin-left: 620px;
}
#h5 {
font-family: 'Dancing Script', cursive;
}
h4 {
font-family: 'Dancing Script', cursive;
}
.footer {
display: flex;
padding: 0;
background-color: indigo;
height: 400px;
}
#package:hover {
background-color:crimson;
}
.footer div{
padding: 8rem;
}
.footer h3 {
color: orange;
}
.footer ul {
list-style: none;
}
.footer ul li {
padding: 0.5rem;
color: white;
}
.icons ul {
display: flex;
}
.icons ul li {
padding: 1rem;
}
.icons ul li a i{
font-size: 22px;
color: white;
}
h6 {
color: white;
margin-left: 30px;
}
.para {
background-color: indigo;
text-align: center;
color: white;
}
@media (max-width:952px){
.section{
margin: 0;
padding: 0;
}
#button {
margin-top: 50px;
margin-left: 120px;
}
}
@media(max-width:900px){
.footer{
display: block;
height: 650px;
}
.footer div{
padding: 1rem;
}
}