Skip to content

Commit

Permalink
Merge pull request #22 from kavyatripathi/landing
Browse files Browse the repository at this point in the history
Landing
  • Loading branch information
theyashshahs authored Aug 7, 2021
2 parents 8309b26 + 9252cbf commit e7df588
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class App extends Component {
</div>
);
}

}

export default App;
20 changes: 7 additions & 13 deletions src/LandingPage/Background/Background.css
Original file line number Diff line number Diff line change
@@ -1,44 +1,38 @@


.Background {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #050824;
}

.centre{
display: block;
top: 10%;
left: 10%;
height: 90%;
width: 80%;
display: flex;
position: relative;
border-top-right-radius: 63px;
border-bottom-left-radius: 63px;
background: #E3E8FA;
z-index: 1;
}
.text {
position: absolute;
top: 25%;
left: 8%;
font-family: Arial, Helvetica, sans-serif;
padding: 13% 7%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 72px;
line-height: 62px;
color: #364476;
z-index: 1;
}
Img {
padding: 8% 32%;
position: absolute;
top: 20%;
right: 0.5%;
width: 70%;
height: 90%;
z-index: 2;

}

0 comments on commit e7df588

Please sign in to comment.