Skip to content

Commit

Permalink
Merge pull request #1033 from Soujanya2004/med
Browse files Browse the repository at this point in the history
filename change
  • Loading branch information
varshith257 authored Jul 27, 2024
2 parents 75855a7 + f1c2582 commit 55c728d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ body.dark-theme {
border-radius: 3rem;
font-weight: var(--font-semi-bold);
transition: .3s;
margin-top: 100px;
margin-top: 50px;
margin-left: 300px;

}

Expand Down
4 changes: 2 additions & 2 deletions dex.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h1 class="home__title">RAPIDOC|Delivery <br />Order Medicines</h1>
right to where you are.
</p>

<a href="med.html" class="button">Get Started</a>
<a href="medicine.html" class="button">Get Started</a>
<img src="assets/img/rd.png" alt="home" class="imt"/>
</div>
</div>
Expand Down Expand Up @@ -352,7 +352,7 @@ <h4>RAPIDOC Newsletter</h4><br>
</div>
<form action="#" class="subscribe-form">
<input type="email" placeholder="Your email" required>
<button type="submit">SUBSCRIBE</button>
<button type="submit" style="color: #005253;">SUBSCRIBE</button>
</form>
<p class="confirmation-message">Thank you for subscribing!</p>
</section>
Expand Down

0 comments on commit 55c728d

Please sign in to comment.