Appearance
Styling your elements ​
Once you've added elements to your page, the next step is to style them to match your design vision. WeWeb provides a visual way to apply CSS properties without writing code.
Accessing the styling panel ​
To style an element:
- Select any element on your canvas
- Look for the
Stylingtab in the right panel (the pen icon) - Use the available options to customize the element's appearance
Understanding style categories ​
The styling panel is organized into several categories:
Specific ​
This section shows the most commonly used properties for the selected element type. Different elements will show different options here, such as:
- Typography — Settings for text elements
- Image fit — Options for images
- Direction — Settings for containers
Text ​
Options for controlling text appearance:
Font familyAndSizeText colorAndDecorationLine heightAndLetter spacingText alignmentAndTransformation
Sizing ​
Control the dimensions of your element:
WidthAndHeightMin width/heightAndMax width/heightconstraints
Spacing ​
Manage the space around and within elements:
Padding(Space inside the element)Margin(Space outside the element)
Display ​
Control how elements appear and behave:
Position(Relative, absolute, fixed)Display(Show/hide) andOpacityZ-index(Stacking order)Overflow
Background ​
Add visual backgrounds to elements:
Background colorBackground imageOrBackground gradient
Borders & shadows ​
Define the edges and depth of elements:
Border width,Border style, AndBorder colorBorder radius(Rounded corners)Background shadowFor depth
Advanced ​
For more sophisticated styling:
Transformation(Rotate, scale, skew)TransitionFor animationsCustom CSS
Learn about all available styling properties →
Responsive styling ​
WeWeb makes it easy to create designs that look great on all devices:
- Use the breakpoint selector in the top bar to switch between desktop, tablet, and mobile views
- When in a mobile or tablet view, any styling changes will apply only to that specific breakpoint
- Use percentage widths and max-width constraints for fluid layouts
CONTINUE LEARNING
Now that you know how to style your elements, learn how to make them interactive:

