-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.css
59 lines (59 loc) · 1.24 KB
/
about-us.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
.left-arrow {
cursor: pointer;
border: 0;
padding: 0;
background-color: transparent;
position: relative;
width: 96px;
height: 96px;
background-image: url(./public/leftarrow@3x.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
}
.about-us3 {
position: relative;
font-size: var(--font-size-29xl);
color: var(--color-darkolivegreen-200);
}
.text4 {
align-self: stretch;
position: relative;
font-weight: 500;
transform: rotate(0.02deg);
transform-origin: 0 0;
}
.text-wrapper {
width: 2065px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.the-khetmart-website {
margin: 0;
}
.the-khetmart-website-container {
align-self: stretch;
position: relative;
font-weight: 500;
white-space: pre-wrap;
transform: rotate(0.02deg);
transform-origin: 0 0;
}
.about-us2 {
position: relative;
background-color: var(--color-white);
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
padding: 50px 30px;
box-sizing: border-box;
align-items: flex-start;
justify-content: flex-start;
text-align: left;
font-size: var(--font-size-17xl);
color: var(--color-olivedrab);
font-family: var(--font-inter);
}