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 13, 2024
1 parent 2bb6246 commit e62c048
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 19 deletions.
53 changes: 36 additions & 17 deletions CSS/User-Profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
margin: 0%;
}
body{
background-color: black;
background-color: #48CAE4;
}
nav{
background-color: rgb(32, 32, 32);
color: white;
background-color: #ADE8F4;
color: black;
display: flex;
justify-content: space-around;
height: 7vh;
}
.icon-text{
background-color: rgb(32, 32, 32);
color: white;
margin-top: 15px;
background-color: #ADE8F4;
color: black;
margin-top: 10px;
}
.option{
margin-top: 15px;
}
.option>a{
background-color: rgb(32, 32, 32);
color: white;
background-color: #ADE8F4;
color: black;
width: 400px;
margin: 10px;
text-decoration: none;
}
.option>a:hover{
color: #EDAC61;
color: #03045E;
}
.log-out{
height: 70%;
margin-top: 7px;
padding: 5px;
border-radius: 20%;
color: white;
color: black;
background-color: #EDAC61;
}
.log-out:hover{
Expand All @@ -56,14 +56,33 @@ nav{
display: flex;
height: 35vh;
}
h3{
text-align: center;
font-size: x-large;
margin-top: 15px;
}
p{
text-align: center;
font-size: large;
margin-top: 5px;
}
.primary{
width: 15vw;
}
.call,.mail,.location{
display: flex;
color: white;
margin: 5px;
color: black;
margin: 15px;
justify-content: space-around;
}
.call-sign,.mail-sign,.location-sign{
margin-top: 5px;
}
.call{
margin-top: 20px;
}
.mail>a{
color: white;
color: black;
text-decoration: none;
}
.logo{
Expand All @@ -83,7 +102,7 @@ img{
}
.btn>button{
background-color: #EDAC61;
color: white;
color: black;
padding: 5px;
}
.btn>button:hover{
Expand All @@ -95,10 +114,10 @@ footer{
top: 80%;
display: flex;
justify-content: space-around;
background-color: rgb(32, 32, 32);
color: white;
background-color: #ADE8F4;
color: black;
height: 20vh;
}
.foot1>p,.foot2>p{
margin: 10px;
}
}
15 changes: 13 additions & 2 deletions CSS/main-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
padding: 0%;
margin: 0%;
}
body{
background-color: #ADE8F4;
}
nav{
background-color: #ffddd2;
color: black;
Expand Down Expand Up @@ -30,12 +33,13 @@ input::-webkit-inner-spin-button, input ::-webkit-outer-spin-button{
margin: 0;
}
.top-box{
width: 60vw;
width: 80vw;
padding-left: 20vw;
padding-top: 5vh;
background-color: #ADE8F4
}
h2{
text-align: center;
margin-left: 29%;
}
.input-div{
padding-top: 3vh;
Expand All @@ -51,6 +55,13 @@ input{
margin: 10px;
font-size: large;
margin-left: 44vw;
margin-right: 46vw;
}
.chart{
width: 60vw;
height: 40vh;
margin-left: 28vw;
margin-right: 0;
}
footer{
position: absolute;
Expand Down

0 comments on commit e62c048

Please sign in to comment.