-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (82 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
*{
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}
.fa-solid {
font-size:x-large;
}
img{
width:100%;
}
section{
padding-top: 120px;
padding-bottom: 50px;
}
#Menu{
padding-left: 200px;
padding-right: 200px;
}
.img1{
height: 650px;
width: 500px;
}
.button{
font-family: Arial;
border:0;
padding: 14px 38px;
}
.button-brand{
color:white;
font-weight: 500;
border-color:#ff8800;
background-color:#F58d17;
}
.button-brand:hover{
border-color:#572e01;
background-color: #743f04;
color:white;
}
.slide-1{
background: linear-gradient(#00000041,#00000042),url(https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8MTl8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&w=500&q=60);
}
.slide-2{
background: linear-gradient(#00000041,#00000042),url(https://wallpaperaccess.com/full/424544.jpg);
}
.slide-3{
background: linear-gradient(#00000041,#00000042),url(https://wallpaperaccess.com/full/1972917.jpg);
}
.bg-cover{
background-position:center;
background-size: cover;
background-repeat: no-repeat;
}
#about .divider{
width: 60px;
height: 2px;
display: block;
background-color: #F58d17;
}
.intro-text{
margin: bottom 40px;
text-align:center;
padding-bottom: 50px;
}
.intro-text p{
max-width:500px;
margin:16px auto 0 auto;
}
.service .service-icon{
width:70px;
height: 70px;
background-color: orange;
color:#fff;
font-size:34px;
display: grid;
align-content: center;
text-align: center;
}
.features{
padding-top: 80px;
padding-left: 50px;
}