-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
107 lines (102 loc) · 2.1 KB
/
styles.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
body {
background-color: #F4E2BC;
margin: 0 auto;
}
.jumbotron{
background-color: transparent !important;
background-size: cover;
width: 100%
}
h1 {
font-family: 'Montserrat', sans-serif;
text-align: center;
font-size: 75px !important;
color: rgb(35, 50, 55) !important;
font-weight: bold;
margin: 10px 0 10px 0;
}
h2 {
font-family: 'Montserrat', sans-serif;
text-align: center;
font-size: 25px !important;
color: #984B43;
margin: 10px 0 10px 0;
}
h3{
font-family: 'Montserrat', sans-serif;
text-align: center;
font-size: 30px;
color: #984B43;
}
p{
font-family: 'Hind', sans-serif;
text-align: left;
font-size: 25px;
color: rgb(35, 50, 55);
}
.row {
width: 1200px;
height: 700px;
margin: 10px 0 40px 0;
}
img{
width: 600px;
height: 600px;
}
.col-md-6{
width: 600px;
}
.zoom{
transition: transform .8s;
display: block;
}
.zoom:hover {
z-index: 2;
box-shadow: 0px 0px 200px #000000;
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.15);
-ms-transition: all 500ms ease-in;
-ms-transform: scale(1.15);
-moz-transition: all 500ms ease-in;
-moz-transform: scale(1.15);
transition: all 500ms ease-in;
transform: scale(1.15);
background-image: url('image2.png');
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: transparent;
}
.nav-link{
margin-right: 1em !important;
}
.navbar-collapse{ justify-content: flex-end;}
}
.navbar-collapse{
justify-content: flex-end;
}
.navbar {
background-color: transparent;
background: transparent;
border-color: transparent;
}
.navbar li {
color: #000
font-family: 'Montserrat', sans-serif !important;
text-align: center;
font-size: 15px !important;
color: #233237 !important;
}
.nav-link , .navbar-brand{
cursor: pointer;
color: #000
font-family: 'Montserrat', sans-serif !important;;
text-align: center;
font-size: 15px !important;
color: #233237 !important;
}
header {
font-size:40px;
text-align: center;
padding-top:20px;
padding-bottom:30px;
}