Skip to content

Commit

Permalink
improve front font on contributor page
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu-kumar025 committed Oct 20, 2024
1 parent c136bbb commit 0e7eceb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 10 additions & 3 deletions contributor/contributor.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ body {
background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=2850&q=80');
background-size: cover;
background-position: center;
height: 70vh;

height: 85vh;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -45,11 +46,14 @@ body {
}

.contributor-hero h1 {
color: #008876;
font-size: 3.5rem;
margin-bottom: 1rem;
}

.contributor-hero p {
opacity: 0.8;
color:#b7d5cc ;
font-size: 1.5rem;
margin-bottom: 2rem;
}
Expand All @@ -66,7 +70,8 @@ body {
}

.contributor-btn-primary {
background-color: #fff;
font-weight: 600;
background-color: #009a73;
color: #333;
}

Expand All @@ -84,7 +89,9 @@ body {
}

.contributor-btn-secondary:hover {
background-color: #07a893;

transform: scale(1.025);
background-color: #006b50;
}

/* Stats Section */
Expand Down
5 changes: 3 additions & 2 deletions contributor/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
z-index: 1000;
top: 20px;
left: 20px;
padding: 10px 20px;
background-color: #007bff;
font-weight: bolder;
padding: 7px 16px ;
background-color: #005842;
color: white;
text-decoration: none;
border-radius: 5px;
Expand Down

0 comments on commit 0e7eceb

Please sign in to comment.