You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
amazon-clone/src/Home.css

24 lines
390 B

.home {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.home__row {
display: flex;
z-index: 1;
margin-left: 5px;
margin-right: 5px;
}
.home__image {
width: 100%;
mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
z-index: -1;
margin-bottom: -150px;
}
.home__strip {
width: 100%;
margin-top: 3px;
}