电子版图书购买网站
```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
}
header {
backgroundcolor: 333;
color: fff;
padding: 10px 0;
textalign: center;
}
nav {
backgroundcolor: f4f4f4;

padding: 10px 0;
textalign: center;
}
nav a {
textdecoration: none;
color: 333;
padding: 10px 20px;
}
nav a:hover {
backgroundcolor: ddd;
}
section {
padding: 20px;
}
footer {
backgroundcolor: 333;
color: fff;
textalign: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
Welcome to Our Bookstore
Book Title 1
Description of Book 1
Book Title 2
Description of Book 2
Book Title 3
Description of Book 3
© 2024 Bookstore. All rights reserved.