-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1296 from Hemav009/yes
Buy_product page UI
- Loading branch information
Showing
2 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,16 @@ | |
<title>Agricultural Tools Store</title> | ||
<link rel="stylesheet" href="./buy_products.css" /> | ||
<link rel="stylesheet" href="../testimonials/testimonials.css" /> | ||
<link rel="stylesheet" href="../cursor/style.css" /> | ||
<link | ||
href="https://unpkg.com/[email protected]/css/boxicons.min.css" | ||
rel="stylesheet" | ||
|
||
href="../cursor/style.css"/> | ||
<link | ||
href="https://unpkg.com/[email protected]/css/boxicons.min.css" | ||
rel="stylesheet"> | ||
/> | ||
<link rel="stylesheet" href="../cursor/style.css" /> | ||
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet"/> | ||
<link | ||
href="https://unpkg.com/[email protected]/css/boxicons.min.css" | ||
rel="stylesheet" | ||
/> | ||
|
||
<script | ||
src="https://kit.fontawesome.com/b08b6de27e.js" | ||
|
@@ -655,7 +656,9 @@ <h2>Quick Links</h2> | |
</div> | ||
</footer> | ||
<div id="backtoTop"> | ||
<a href="#buy_products"><i class="bx bx-up-arrow-alt" id="go-to-top" title="Go to top"></i></a> | ||
<a href="#buy_products" | ||
><i class="bx bx-up-arrow-alt" id="go-to-top" title="Go to top"></i | ||
></a> | ||
</div> | ||
<div class="cursor"></div> | ||
<div class="cursor2"></div> | ||
|