Custom CSS/HTML
Resources for savvy developers who want to add extra customizations to their Jebbit experiences
Landscape of HTML and CSS in Jebbit
Video Explanation (~1 minute) HTML Some text elements in the builder allow you to access and edit their relative HTML. If you select an element and c...
Understanding Elements/Classes in Jebbit
Main Classes When adding elements to a screen, classes will be assigned by default. Let’s take a look at this sample screen: ...and add some labels: -...
Most Common Use Cases
box-sizing Video Explanation (~3 minutes. 1.5x speed recommended) The box-sizing property for all elements is set as "box-sizing: content-box;" by ...
Pixels via JavaScript
While there are many different types of pixels, implementation in Jebbit is very similar across the board. You will mainly need a container script tha...