Clients quotes
This commit is contained in:
parent
991e11a68d
commit
f4d1878e92
20 changed files with 83 additions and 7 deletions
45
sass/css/clients.scss
Normal file
45
sass/css/clients.scss
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
@import "defs";
|
||||
|
||||
.client_box {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.client_box-left {
|
||||
flex: 38%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.client_box-right {
|
||||
flex: 62%;
|
||||
}
|
||||
|
||||
.client_box-left-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.client_box-img {
|
||||
margin: 32px;
|
||||
}
|
||||
|
||||
.client_box-text {
|
||||
text-align: left;
|
||||
max-width: 800px;
|
||||
margin: 32px;
|
||||
font-size: 110%;
|
||||
line-height: 130%;
|
||||
}
|
||||
|
||||
.client_box-text::before {
|
||||
font-size: 96px;
|
||||
content: "“";
|
||||
color: #888;
|
||||
position: relative;
|
||||
left: -16px;
|
||||
top: 40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue