This is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the Edit link to make changes to this page or add another page.
Orange Store body{ margin:0; font-family:Arial, Helvetica, sans-serif; background:#ffffff; } /* NAVBAR */ header{ background:#ff7a00; padding:15px; } nav{ display:flex; justify-content:space-between; align-items:center; } nav h1{ color:white; margin:0; } nav ul{ list-style:none; display:flex; gap:20px; } nav ul li a{ text-decoration:none; color:white; font-weight:bold; } /* HERO */ .hero{ text-align:center; padding:80px 20px; background:#fff3e6; } .hero h2{ color:#ff7a00; } /* PRODUCTS */ .products{ padding:50px; text-align:center; } .product-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; margin-top:30px; } .card{ border:1px solid #eee; padding:20px; border-radius:10px; transition:0.3s; } .card:hover{ transform:scale(1.05); } .card img{ width:100%; } .price{ color:#ff7a00; font-weight:bold; } /* ABOUT */ .about{ background:#fff3e6; padding:50px; text-align:center; } /* FOOTER */ footer{ background:#ff7a00; color:white; text-align:center; padding:15px; }Orange Store
Welcome to Orange Store
Best quality products with amazing prices.
Our Products
Product 1
$20
Product 2
$35
Product 3
$50
About Us
We are a growing online store dedicated to providing high-quality products with modern design and great pricing. Our mission is to deliver the best shopping experience for our customers.