-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
33 lines (33 loc) · 841 Bytes
/
contact.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
/* ----------------Contact page Start----------------------- */
.main-section{
height: 100%;
background-image: url("images/contact3.jpg");
background-size: cover;
background-position: center;
}
.main-section h3{
font-family: 'Anton', sans-serif;
color: white;
font-size: 40px;
}
.col-md-4{
color: white;
}
@media only screen and (min-width: 200px) and (max-width: 800px){
.main-section{
background-image: url("images/contact3.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.col-md-4{
text-align: center;
}
.btn{
text-align: center;
margin: 0px auto;
display: block;
width: 200px;
}
}
/* -------------------Contact Page End-------------------------- */