-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Html
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Page title</title> | ||
<link rel="stylesheet" type="text/css" href="sir.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="logo"> | ||
<a herf="Sponsored | ||
Bookscape | ||
https://www.bookscape.com | ||
Bookscape | Online Book Store | Buy books online at Best Prices">My Book Store</a> | ||
</div> | ||
<nav> | ||
<ul> | ||
<li><a herf="">Home</a></li> | ||
<li><a herf="">Books</a></li> | ||
<li><a herf="">about use</a></li> | ||
<li><a herf="">contact</a></li> | ||
</ul> | ||
</nav> | ||
<div class="search"> | ||
<input type="text" placeholder="search..."> | ||
<button type="sumit">Go</button> | ||
</div> | ||
</header> | ||
<div class="hero"> | ||
<div class="hero-content"> | ||
<h1>welcome to My Book store</h1> | ||
<div> | ||
|
||
<div class="product-cart"> | ||
<img src="image/d.jpg" | ||
alt="online bookstore website"> | ||
<div class="product-info"> | ||
<h2 class="product-name">online bookstore website</h2> | ||
<div class="product-rating"> | ||
<span class="star">★</span> | ||
<span class="star">★</span> | ||
<span class="star">★</span> | ||
<span class="star">★</span> | ||
<span class="star">☆</span> | ||
<br> | ||
<span class="star">₹</span> <span class="product-price">40</span></br> | ||
<p class="product-description"> | ||
This is a brif hdj nhey<br> | ||
yhegu heyueunheuu eueu<br> | ||
heueiehheieuehjie jrhir<br> | ||
hehih hyeie juehyiehe h<br> | ||
</p> | ||
<button class="buy-button">buy now</button> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |