-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (74 loc) · 1.42 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
body{
margin: 0;
padding: 0;
}
/**********header section***********/
header{
background: #000;
}
header .navbar button{
border: none;
outline: none;
}
header .navbar .nav-item{
margin-left: 20px;
}
header .navbar .nav-item .nav-link{
outline: none;
}
header .navbar .nav-item:last-child{
margin-left: 0;
}
/**********middle section***********/
.carousel-section img{
height: 500px;
width: 100%;
}
.item-section i{
font-size: 60px;
}
.get-start{
background-image:url(img/pc.jpeg);
background-position: center;
background-size: covet;
background-attachment: fixed;
}
.get-start .get-start-bg{
background-color:rgba(0,0,0,.6);
}
.vdo-section {
background-image: url(img/people.jpeg);
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.vdo-section .vdo-dark{
background-color: rgba(0,0,0,.6)
}
.vdo-section .vdo-dark i{
font-size: 50px;
}
.gallery img{
height: 250px;
}
.ask-q .card .card-header a{
outline: none
}
/* head title */
.head-title{
background-image: url(img/image2.jpeg);
background-attachment: fixed;
background-position: center;
background-size: cover;
}
/**********footer section***********/
footer{
background: #000;
text-align: center;
}
/**********responsive header section*******/
@media (max-width:767px){
header .navbar .nav-item{
margin-left: 0px;
}
}