- Can I style each side independently?
- Yes — top/right/bottom/left each have their own width, style, and color pickers. The output uses shorthand when sides match, individual properties when they don't.
- Does it handle border-radius?
- Yes, per-corner if you want. The preview updates live so you can see the radius visually before copying.
- What about outline vs border?
- Border takes layout space; outline doesn't (it sits on top of the element). Toggle between them for the same visual with different layout impact.
- Does it include border-image?
- Basic support — you can set a source, slice, and repeat mode. Complex border-image compositions are beyond the UI; use a dedicated tool for ornate patterns.