Get Ready Elementor Templates

Muscleup Landing Page Website Using Elementor | WordPress 2024

Subscribe To My YouTube Channel For More Upcoming Videos

Hide horizontal overflow for the entire page CSS





 

Object Rotated Animation Css


.rotated{
    animation: 100s linear infinite rotate-animation;
}



@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }

}

 

Object Rotated Animation Css Class


rotated

 

Object Floating Animation Css Class


.floating {
    animation: floating-animate 4s infinite linear;
}

@keyframes floating-animate {
    0% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(-30px);
    }
}

 

Object Floating Animation Css Class


floating

 

Hero Button CSS


.hero-btn .elementor-button-icon{
    padding: 20px 20px 16px;
    font-size: 40px;
    background-color: white;
    border-radius: 100%;
    
}

.hero-btn .elementor-button-text{
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 1024px){
    .hero-btn .elementor-button-icon{
    padding: 13px 15px 3px;
    font-size: 30px;
}
}

 

Hero Button CSS Class


hero-btn

 

Icon Box CSS


.icon-box .elementor-icon-box-icon{
    margin-bottom: -6px;
}

 

Icon Box CSS Class


icon-box

 

Ingredients Section Image Tab CSS


.herb-section {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.herb-section.active {
    display: block!important; /* Only the active section will be visible */
}

.herb-button {
    cursor: pointer;
}

.herb-button.active .elementor-widget-container, .herb-button:hover .elementor-widget-container{
    border-color: #00712D!important;
}

.herb-button.active .elementor-widget-container::before, .herb-button:hover .elementor-widget-container::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #00712D;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%; /* Align to the left */
    transform: translateX(-50%); /* Center the element horizontally */
    border-radius: 100%;
}


@media (max-width: 767px){
.herb-button.active .elementor-widget-container::before {
    
    width: 10px;
    height: 10px;
    top: -4px;
    
}
}

 

Ingredients Section Image Tab CSS Classes


herb-section
herb-button
active

 

Java Script Code Snippet




 

Java Script Data Attribute


data-jim|

 

Play Icon CSS


.play-icon{
    padding: 15px;
    border: 2px dashed rgba(255, 251, 230, 0.4);
    border-radius: 100%;
}
@media (max-width: 1024px){

.play-icon .elementor-icon{
    padding: 30px!important;
    
}

}

 

Play Icon Css Class


play-icon

 

Motion Effect Smoother Css


@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-50px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(50px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

 

Wanna join my secret winners’ gang?

I only share these secrets with the people in this group. Honestly, you can not find such tricks for FREE on the whole internet!

  • Money Making Blog Tricks
  • $100k by Freelancing Formula
  • Secret Resources
  • Rich Dad business tactics
  • And, of course about my upcoming videos and plans