<style> <CSS Id> { position: relative; animation: mymove 2s; animation-timing-function: ease; }
@keyframes mymove { from {left: -1000px;} to {left: 0px;} } </style>
Use the below snippet to highlight text:
<style>
<CSS Id> u { text-decoration: none !important; background-color: rgba(244,213,141, 0.5); }
</style>
a.) Make sure to replace the CSS Id with the particular text element's id
b.) Underline the words you want to be highlighted
c.) Prefix the CSS id with the "#" symbol
d.) Change the color of the highlight by changing the rgba values
Large Call to Action Headline
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Autem dolore, alias, numquam enim ab voluptate id quam harum ducimus cupiditate similique quisquam et deserunt, recusandae.
WebMaven
Empower your business with WebMaven: Your all-in-one white-label website infrastructure platform-as-a-service.
To underline text in a specific color use the following code snippet:
<style>
#<CSS Id> u { text-decoration-color: #642fd5 !important; }
</style>
https://members.marcubator.com/courses/products/446d7d52-1e8b-41bb-ae67-ea092c66beb7/categories/398b683b-4d76-4430-9120-f778d7b99a59/posts/21efe74e-f802-40d3-baad-7ff710e8123d
Here's the code to add color gradient to a button:
<style>
<CSS Id> { background: rgb(76,58,180); background: linear-gradient(90deg, rgba(76,58,180,1) 0%, rgba(96,53,215,1) 25%, rgba(29,199,253,1) 50%, rgba(50,227,192,1) 75%, rgba(69,252,130,1) 100%); }
</style>
https://cssgradient.io/

Powerful Plugins
Plugins help your customers tailor their website according to their specific needs and goals, enhancing their overall online presence and performance
funnels
lead Gen
Social media management
Legal Protection
Reviews
Email marketing
Content management
AI content generation
Countdown clock>
Elef Slider
Draft chat gpt css?
https://www.youtube.com/watch?v=OqvzKfo2H5s
Option #1 black shaddow background
Copy of Image Carousel in Systeme.io https://docs.google.com/document/d/1G1ePhmQIi5B8ptU_GEAh50glrwzTH8PHfLgGZQ_Ph3M/edit?tab=t.0
https://www.youtube.com/watch?v=OqvzKfo2H5s
Option #2 white shaddow background
'Copy of Image Carousel in Systeme.io https://docs.google.com/document/d/1G1ePhmQIi5B8ptU_GEAh50glrwzTH8PHfLgGZQ_Ph3M/edit?tab=t.0
https://members.marcubator.com/courses/products/446d7d52-1e8b-41bb-ae67-ea092c66beb7/categories/398b683b-4d76-4430-9120-f778d7b99a59/posts/72997301-6958-482f-a8ef-18413c8c6a20
<style> #<CSS Id>:hover { transform: scale(1.20); transition: all .4s ease-in-out; }
</style>

Partner Admin Console
Effortlessly manage and monitor the performance of all your clients' websites from a centralized hub. With the ability to swiftly create demo websites, you can showcase your offerings to potential customers seamlessly.
Website Builder
Empower your clients to craft stunning websites effortlessly, without any coding expertise needed. Our intuitive website builder ensures they can bring their vision to life with ease.
Customer Dashboard
Offer your clients a comprehensive dashboard where they can access vital stats, engage with customers, activate new Add-Ons, and efficiently manage their online store and payments.
Mobile App
Keep your clients connected and responsive on-the-go with our mobile app. Enable them to interact with their website and customers anytime, anywhere, and receive important push notifications to stay informed.
Gradient Button top to bottom
<style>
/*Shadows for Buttons*/
#button-57c1a511 {
-webkit-box-shadow: 0px 19px 44px -13px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 19px 44px -13px rgba(0,0,0,0.3);
box-shadow: 0px 19px 44px -13px rgba(0,0,0,0.3);
background: rgb(22,36,61);
background: linear-gradient(0deg, rgba(22,36,61,1) 0%, rgba(936,273,105,1) 100%);
}
</style>
The code snippet to achieve animation to button element is below:
https://members.marcubator.com/courses/products/446d7d52-1e8b-41bb-ae67-ea092c66beb7/categories/398b683b-4d76-4430-9120-f778d7b99a59/posts/b469c235-abb5-4d6a-b842-7088fd42e32f
<style>
#<CSS Id>:hover { transform: translateY(-15px); transition-duration: 0.2s; transition-property: transform; Transition-timing-function: ease-in-out; }
Pricing for Everyone
A flexible product with flexible pricing.
Starter
€0
Free forever
Basic website builder
Limited templates
Basic SEO tools
Your own domain (URL)
10 x Add once
Mobile App
Standard
€27
Per month
Advanced website builder
Full template library
Comprehensive SEO tools
Your own domain (URL)
10 x Add-Ons
Mobile App
White-Label
€197
Starting from
Everything in the standard plan +
Unlimited websites & hosting
Branded mobile app
Payment processor integration
Dedicated support
Fully branded with your brand
Tool used to generate CSS gradient code: