-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
129 lines (106 loc) · 1.9 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body {
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
min-height: 100vh;
display: flex;
flex-direction: column;
background-repeat: no-repeat;
background-image: url('https://st.depositphotos.com/1006076/3995/i/600/depositphotos_39951147-stock-photo-spring-landscape-watercolor-flowering-trees.jpg');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
input {
margin: 30px;
}
div {
overflow: hidden;
}
footer {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
text-align: center;
background-color: #FFB740;
margin-top: auto;
padding: 15px;
}
h1, h2, h3, h4, h5, h6, p, strong, a {
font-family: 'Montserrat', sans-serif;
}
.same-line {
display:inline-block;margin-right:10px;
}
.same-line1 {
display:inline-block;
}
.width-height-image {
width: 900px;
height: 100px;
}
.cat_img {
margin-bottom: 90px;
margin-right: 40px;
}
.div2 {
margin-top: 200px;
margin-bottom: 20px;
}
.right {
text-align: right;
}
.a_href {
margin: 85px;
}
.image {
margin: 30px;
}
.text-align {
text-align: center;
}
.div-style-1 {
position: relative;
}
.heading-style-1 {
text-align: center;
color: white;
margin: 0;
}
.heading-style-2 {
margin: 0;
text-align: left;
color: white;
}
.custom_color {
color: #FF4C29;
}
.custom_color1 {
color: #5D8233;
}
.custom_color2 {
color: gray;
}
.custom_color3 {
color: black;
}
.navbar {
background-color: #FFB740;
z-index: 1;
width: 100%;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
position: fixed;
top: 0;
margin: 0;
padding: 10px;
}
.left {
margin-left: 21px;
margin-right: 21px;
text-align: left;
}
.paragraph {
margin-left: 38px;
margin-right: 30px;
}