-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
55 lines (44 loc) · 833 Bytes
/
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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600&display=swap');
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Poppins', sans-serif;
}
/* navbar position */
#position_navbar {
z-index: 100;
position: fixed;
width: 100%;
height: 10vh;
}
.swipper-btn-color {
color: black;
}
.nav-bg {
background-color:#1588b6;
}
.footercolor {
background-color: #006994;
}
.whatsapp {
position: fixed;
right: 25px;
bottom: 40px;
height: 40px;
width: 40px;
border-radius: 50%;
background: green;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
color: #fff;
outline: none;
border: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
}