Skip to content

Commit

Permalink
ChangeButtonStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
haythem-f committed Oct 16, 2023
1 parent 8c8eaa9 commit b6d5768
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ul>
</div>

<button>Donate Now</button>
<button class="navbtn">Donate Now</button>
</div>

<section class="content">
Expand All @@ -62,8 +62,8 @@ <h1>Bikes for Refugees</h1>
Providing donated bikes and accessories to refugees and asylum
seekers in Scotland.
</p>
<button><a href="WWW.google.com"></a>Donate a bike today</button>
<button>Volunteer</button>
<button class="btn1"><a href="WWW.google.com"></a>Donate a bike today</button>
<button class="btn2">Volunteer</button>
</div>

<div class="sidebar">
Expand Down
26 changes: 26 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,32 @@ p {
background: var(--orange-dark);
}

.navbtn {
color: #e4e4e4;
background-color: #c05326;
width: 100px;
height: 35px;
border-radius: 5px;
border: #292b2c;
}

.btn1 {
color: #e4e4e4;
background-color: #c05326;
width: 150px;
height: 35px;
border-radius: 5px;
border: #292b2c;
}
.btn2 {
color: #e4e4e4;
background-color: #c05326;
width: 100px;
height: 35px;
border-radius: 5px;
border: #292b2c;
}


/* Article */

Expand Down

0 comments on commit b6d5768

Please sign in to comment.