parent
95451ba703
commit
5d20b95b88
@ -0,0 +1,41 @@
|
|||||||
|
.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;
|
||||||
|
}
|
Loading…
Reference in new issue