Skip to content

Commit

Permalink
Merge pull request #822 from Harymo/akisibe
Browse files Browse the repository at this point in the history
Changed the Subscribe color and Added a Button
  • Loading branch information
anuragverma108 authored Oct 26, 2024
2 parents d88fecf + 2b48172 commit be60b00
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1298,10 +1298,16 @@ button:hover {
.blog-card a {
color: var(--light-coral);
font-size: 20px;
color: black;
}

.blog .btn {
margin-inline: auto;

}
#btn{
color: black;
background-color: var(--light-coral);
}

/*-----------------------------------*\
Expand Down
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,9 @@ <h5> Starting at $850.00 per month.

</ul>
<br>
<a href="#pricing">Subscribe Now</a>
<button id="btn">
<a href="#pricing" >Subscribe Now</a>
</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -1144,7 +1146,9 @@ <h5> Starting at $1,167.00 per month.

</ul>
<br>
<a href="#pricing">Subscribe Now</a>
<button id="btn">
<a href="#pricing" >Subscribe Now</a>
</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -1173,7 +1177,9 @@ <h5> Starting at $2,000.00 per month.

</ul>
<br>
<a href="#pricing">Subscribe Now</a>
<button id="btn">
<a href="#pricing" >Subscribe Now</a>
</button>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ <h1>Welcome to <span class="brand">SkillWise</span></h1>
<div class="password">
<input type="password" id="password" name="password" placeholder="Enter your password" oninput="checkPasswordStrength()" required>
<i class="fa-solid fa-eye-slash" id="togglePassword"></i>
<<<<<<< HEAD
</div> </div>
=======
</div>
</div>
<div class="strength-bar">
Expand All @@ -56,6 +59,7 @@ <h1>Welcome to <span class="brand">SkillWise</span></h1>
<small id="strength_msg">Use special characters and numbers for a strong password</small>

</p>
>>>>>>> 6c24b32111cf71b2e2bb9546a137edbe1cd98ce9
<button type="submit" class="signin-btn">Sign Up</button>
<p class="signup-link">Already have an account? <a href="./signin.html">Sign in here</a></p>
</form>
Expand Down

0 comments on commit be60b00

Please sign in to comment.