Ana Sayfa

Slide Background
01. Slide Background
Every slide includes a background, which can be a picture or solid color.
Step 1

To change the background click on the label bar and in the layer window select the style tab.

Step 2

Choose a source from the background top tab then upload an image or pick a background color.

.canta-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 25px;
padding: 40px 5%;
background: #fdfdfd;
}
.canta-item {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
border: 1px solid #f0f0f0;
cursor: pointer;
text-decoration: none;
color: #333;
}
.canta-item:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.canta-item img {
width: 100%;
height: 200px;
object-fit: cover;
border-bottom: 1px solid #f9f9f9;
}
.canta-item h3 {
margin: 0;
padding: 15px;
font-size: 16px;
font-family: inherit;
font-weight: 600;
}
.cat-title {
text-align: center;
font-size: 28px;
margin-top: 50px;
font-weight: 700;
color: #222;
}

Popüler Kategorilerimiz