You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
857 B
41 lines
857 B
.background-container {
|
|
display: inline-flex;
|
|
overflow: hidden;
|
|
padding: 292px 375px 150px 524px;
|
|
background: #FFF;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.firstcontainer {
|
|
display: flex;
|
|
height: 859px;
|
|
overflow: hidden;
|
|
padding: 360px 379px 429px 372px;
|
|
border-radius: 32px;
|
|
box-shadow: 0px 0px 72px 27px rgba(0, 0, 0, 0.25);
|
|
background: #FFF;
|
|
align-items: center;
|
|
}
|
|
|
|
.getexcel {
|
|
display: flex;
|
|
width: 430px;
|
|
height: 70px;
|
|
padding-bottom: 33.826px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.text {
|
|
width: 430px;
|
|
height: 36.174px;
|
|
flex-shrink: 0;
|
|
color: #000;
|
|
font-family: Inter;
|
|
font-size: 64px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
text-align: center;
|
|
} |