-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewcss.css
135 lines (128 loc) · 2.51 KB
/
newcss.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
130
131
132
133
134
135
.section-6{
height: 40vh;
background-color: burlywood;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.first-text{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2.7rem;
color: black;
}
.second-text{
width: 40%;
font-size: 1.6rem;
font-family: system-ui;
color: black;
}
.section-7{
padding-top: 3rem;
padding-bottom: 3rem;
border: 1px solid blue;
display: flex;
align-items: center;
justify-content: center;
gap: 4rem;
}
.text-heading{
font-size: 2rem;
font-family: electra;
color: black;
/* width: 70%; */
}
.section-7-div-1{
width: 30%;
/* border: 4px solid blue; */
}
.section-7-div-2{
padding: 15px;
/* border: 1px solid black; */
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.front-quotation{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.front-quotation::before {
content: "\201C";
font-size: 3rem;
padding: 0 0 2px ;
margin: 0;
box-sizing: border-box;
}
.quotation{
font-size: 1.2rem;
font-family: system-ui;
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* .front-quotation::after {
content: "\201D";
font-size: 1em;
} */
.front-quotation{
font-size: 2rem;
}
.button-look-alike{
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.button-look-alike > div {
font-size: 20px;
font-family: electra;
}
.button-look-alike > div:nth-child(2) {
border-bottom: 3px solid lightskyblue;
}
.image-container{
width: 100px;
height: 100px;
overflow: hidden;
border-radius: 50%;
}
.image-container > img {
width: 100%;
/* aspect-ratio: 16 / 9; */
object-fit: cover;
object-position: center;
}
.border-removal{
box-sizing: border-box;
padding: 0;
margin: 0;
}
.section-7-testimony{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
padding: 10px 20px;
width: 150px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
}
.section-7-testimony-heading-container{
display: flex;
flex-direction: column;
gap: .2rem;
align-items: center;
}
.testimony-text{
text-align: center;
font-size: .8rem;
font-family: RobotoSlab;
/* color: burlywood; */
}
.testimony-name{
font-family: verah;
}
.testimony-who{
font-family: system-ui;
color: silver;
}