I made store like cloths and thing wesite
Three type code
here is the index.html
Home
SHIRT
$30.75
store.html
Home
SHIRT
$30.75
styles.css
*{
padding: 0;
margin: 0;
}
.card{
width:200px;
height: 250px;
background-color:rgb(196, 40, 66);
margin: 10px;
border-radius: 15px
}
.image-container{
width: 200px;
height: 200px;
}
.image-container img{
width: 100%;
height: 100%;
object-fit: cover;
border-top-left-radius:15px;
border-top-right-radius: 15px;
}
.title{
font-size: 24px;
padding: 10px;
color: rgb(20, 17, 17);
}
.card-bottom{
display: flex;
align-items: center;
justify-content: center;
}
.secondary-color{
color: rgb(155, 126, 126);
}
.card-link{
display: block;
width: 200px;
}
.card-link:hover .card{
box-shadow: 15px 15px 8px rgb(61, 26, 26)
}
nav{
display:flex;
justify-content: space-between;
background-color: rgb(110, 110, 110);
color: rgb(155, 31, 31);
}
.logo-container{
width: 100px;
height: 100px;
}
.logo-container .logo{
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 50%;
}
li{
list-style-type: none;
font-size:24px;
margin:10px
}
a{
color: inherit;
text-decoration: none;
}
ul{
display: flex;
}


so here I learnd how to chabge color of something make picture background