-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (94 loc) · 1.93 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
109
* {
margin: 0px;
padding: 0px;
}
.baam {
color: blue !important (142, 31, 31);
font-weight: bold;
font-size: 20px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
padding-top: 10px;
}
.nav-link {
font-weight: bold !important;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 18px;
text-align: center;
}
.card {
width: 300px;
height: 350px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.one {
margin-top: 100px;
}
.fv {
list-style: none !important;
}
/* .two
{
padding: 0px 100px 1000px 2000px ;
} */
.footersection p {
color: #fff;
padding-left: 0px;
padding-bottom: 30px;
}
.footersection li a {
font-size: 0.9rem;
line-height: 1.6;
font-weight: 400;
color: #fff;
text-transform: capitalize;
margin-left: 20px;
margin-bottom: 50px;
}
.footersection {
background-color: #932912 !important;
padding-top: 20px !important;
}
.footersection h3 {
text-transform: uppercase;
padding: 10px 10px 10px 10px;
color: #fff;
margin-bottom: 25px;
font-size: 1.2rem !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.navbar {
background-color: #932912 !important;
color: white !important;
text-combine-upright: white;
box-shadow: 16px 8px 16px 0px rgba(0, 0, 0, 0.4);
}
.three {
text-align: left !important;
color: black !important;
text-decoration: none!important;
font-weight: bold !important;
padding-top: 10px;
}
}
*/ .abt {
color: #932912;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.anu {
margin-top: 80px;
margin-right: 50px;
padding-top: 0px;
padding-right: 200px;
}
.ann {
margin-top: 80px;
padding-top: 0px;
}
.card1 {
width: 300px;
height: 500px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.nn:hover {
background-color: #19a9e2;
}