Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seraj.css #151

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading