Skip to content

Commit

Permalink
Merge pull request #31 from GURMEHAR-PEC/main
Browse files Browse the repository at this point in the history
improving UI #30
  • Loading branch information
GauravGupta993 authored Aug 19, 2023
2 parents fe38727 + c9b5ae5 commit 4505eba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Components/Contribute.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
.form-label {
position: absolute;
top: 1.2rem;
left: 3.4rem;
left: 3.8rem;
cursor: text;
transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}
Expand All @@ -171,7 +171,7 @@
left: 7.0;
font-size: 15px;
font-weight: bold;
background: rgb(239 229 215);
background: white


}
Expand Down Expand Up @@ -202,6 +202,7 @@
font-weight: 900;
font-size: 30px;
color: white;

}

.form-button button:active {
Expand All @@ -224,7 +225,7 @@
bottom: 65px;
font-weight: 900;
color: rgb(62, 57, 84);
font-family: sans-serif;
font-family: 'Audiowide';
width: 0;
overflow: hidden;
margin: 0 auto;
Expand Down
4 changes: 4 additions & 0 deletions src/Components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@
font-size: 20px;
position: relative;
bottom: -4px;
border-radius: 50px;
transition-duration: 0.2s;
}
.navbar li a:hover{
cursor: pointer;
background-color:rgb(168, 213, 239);
color:darkblue;
box-shadow: 2px 4px cyan ;
font-style: italic;
}
.navbar{
padding: 10px;
Expand Down

0 comments on commit 4505eba

Please sign in to comment.