Copy Code
If Code is not visible please click on HIGHLIGHT area
<img src="https://source.unsplash.com/featured/?motorbike×tamp=2" alt="">
Copy Code
If Code is not visible please click on HIGHLIGHT area
xxxxxxxxxx
1
2
.body{
3
padding:50px 50px;
4
max-width: 1300px;
5
margin: auto;
6
}
7
8
.btn {
9
position: relative;
10
background: linear-gradient(to right, #FF7E5F, #FF057C);
11
color: #fff;
12
border: none;
13
outline: none;
14
border-radius: 3em;
15
font-size: 16px;
16
font-weight: 500;
17
text-transform: uppercase;
18
padding: 10px 40px;
19
z-index: 1;
20
overflow: hidden;
21
cursor: pointer;
22
transition: 0.5s all linear;
Copy Code
If Code is not visible please click on HIGHLIGHT area
20
item.style.display = (filter === 'all' || itemCategories.includes(filter)) ? 'block' : 'none';