-
Notifications
You must be signed in to change notification settings - Fork 602
Open
Description
<title>Fashion & Style</title>
<style>
body{
margin:0;
font-family:Arial;
background:#ffffff;
}
/* NAVBAR */
nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 40px;
background:black;
color:white;
}
nav h2{
margin:0;
}
nav a{
color:white;
margin-left:20px;
text-decoration:none;
font-size:14px;
}
/* HERO */
.hero{
height:400px;
background:url("https://images.unsplash.com/photo-1520975916090-3105956dac38") center/cover;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
color:white;
text-align:center;
}
.hero h1{
font-size:45px;
margin:0;
}
.hero p{
font-size:18px;
margin:10px 0;
}
.hero button{
background:white;
color:black;
padding:12px 25px;
border:none;
cursor:pointer;
font-weight:bold;
}
/* PRODUCTS */
.products{
padding:40px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}
.card{
border-radius:10px;
overflow:hidden;
background:white;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:0.3s;
}
.card:hover{
transform:translateY(-8px);
}
.card img{
width:100%;
height:230px;
object-fit:cover;
}
.card h3{
padding:10px;
margin:0;
}
.price{
color:#e60023;
font-weight:bold;
padding:0 10px;
}
.btn{
display:block;
background:#25D366;
color:white;
text-align:center;
margin:10px;
padding:10px;
border-radius:6px;
text-decoration:none;
}
/* FOOTER */
footer{
background:black;
color:white;
text-align:center;
padding:30px;
margin-top:40px;
}
</style>
Fashion & Style
Nouvelle Collection
Vêtements Homme Trend
Découvrir© 2026 Fashion & Style - Marrakech
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels