Skip to content

Commit

Permalink
Main
Browse files Browse the repository at this point in the history
Html
  • Loading branch information
Md-Seraj authored Jul 15, 2024
1 parent 23f49ce commit e3fccb5
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions Main
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">&#9733;</span>
<span class="star">&#9733;</span>
<span class="star">&#9733;</span>
<span class="star">&#9733;</span>
<span class="star">&#9734;</span>
<br>
<span class="star">&#8377;</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>

0 comments on commit e3fccb5

Please sign in to comment.