Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Debankur04 authored Jul 10, 2024
1 parent 6366095 commit 134f1ee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CSS/landingpage.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
body{
height: 90vh;
width: 90vw;
background: url(../graphs\ image.jpg);
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
h1{
text-align: center;
font-size: 8vh;
}
p{
font-size: 2vh;
}
button{
background-color: rgb(228, 109, 12);
color: white;
padding: 15px;
border-radius: 50%;
margin-left: 50%;
margin-top: 5%;
}

0 comments on commit 134f1ee

Please sign in to comment.