Skip to main content
Skelementor CSS Reference - Complete list of supported properties

Typography Properties

Typography

font-sizefont-size: 24px;Text size
font-weightfont-weight: 700;Text weight
line-heightline-height: 1.5;Line spacing
text-aligntext-align: center;Text alignment
text-transformtext-transform: uppercase;Text case
text-decorationtext-decoration: underline;Text decoration
font-stylefont-style: italic;Font style
letter-spacingletter-spacing: 2px;Character spacing

Layout Properties

Layout

displaydisplay: flex;Display type
positionposition: relative;Positioning
z-indexz-index: 10;Stacking order
overflowoverflow: hidden;Overflow behavior
object-fitobject-fit: cover;Object fitting
aspect-ratioaspect-ratio: 16/9;Aspect ratio

Flexbox Properties

Flexbox

flex-directionflex-direction: row;Flex direction
flex-wrapflex-wrap: wrap;Flex wrapping
justify-contentjustify-content: center;Horizontal alignment
align-itemsalign-items: center;Vertical alignment
align-selfalign-self: center;Self alignment
gapgap: 16px;Gap between items

Spacing Properties

Spacing

marginmargin: 16px;External spacing
paddingpadding: 16px;Internal spacing
margin-topmargin-top: 16px;Top margin
margin-bottommargin-bottom: 16px;Bottom margin
margin-leftmargin-left: auto;Left margin
margin-rightmargin-right: auto;Right margin
padding-toppadding-top: 16px;Top padding
padding-bottompadding-bottom: 16px;Bottom padding
padding-leftpadding-left: 16px;Left padding
padding-rightpadding-right: 16px;Right padding

Sizing Properties

Sizing

widthwidth: 100%;Element width
heightheight: 100vh;Element height
max-widthmax-width: 1200px;Maximum width
min-heightmin-height: 100vh;Minimum height

Color Properties

Colors

colorcolor: #3b82f6;Text color
background-colorbackground-color: #ffffff;Background color
border-colorborder-color: #e5e7eb;Border color

Border Properties

Borders

border-widthborder-width: 2px;Border thickness
border-styleborder-style: solid;Border style
border-radiusborder-radius: 8px;Corner rounding

Effect Properties

Effects

opacityopacity: 0.5;Transparency

Supported Values

Units

  • Pixels: 16px, 1px, 100px
  • Percentages: 50%, 100%, 33.333%
  • Viewport units: 100vh, 100vw
  • Relative units: 1rem, 2em
  • Auto: auto
  • Numbers: 0, 10, 1, 0.5

Keywords

  • Display: block, flex, inline-block, none
  • Position: static, relative, absolute, fixed
  • Alignment: center, start, end, stretch
  • Colors: transparent, inherit