CSS Properties
Technology 69 records updated 2026-07-19
CSS Properties, with property, category, values, and description.
Get this data
GET https://mysafeinfo.com/api/data/cssproperties
Sort, page, randomize, and download with query parameters; see the documentation.
Without a key, responses return up to 50 rows. A pass returns all 69 records.
Try it live
Run a request against cssproperties straight from your browser. Add your API key
to lift the row cap and return every record. The call goes to the API and nothing is stored here.
Preview
First 25 of 69 records. Click a column to sort these rows.
| ID | Property | Category | Values | Description |
|---|---|---|---|---|
| 1 | margin | Box model | 0, auto, 10px, 1em, 5% | Sets the outer spacing on all four sides |
| 2 | padding | Box model | 0, 10px, 1em, 5% | Sets the inner spacing on all four sides |
| 3 | border | Box model | 1px solid black, none, 2px dashed red | Shorthand for border width, style, and color |
| 4 | border-width | Box model | thin, medium, thick, 1px | Sets the width of the border |
| 5 | border-style | Box model | none, solid, dashed, dotted, double | Sets the line style of the border |
| 6 | border-color | Box model | currentColor, red, transparent | Sets the color of the border |
| 7 | border-radius | Box model | 0, 4px, 50%, 1em | Rounds the corners of an element |
| 8 | box-sizing | Box model | content-box, border-box | Controls how width and height are calculated |
| 9 | outline | Box model | 1px solid blue, none | Shorthand for outline width, style, and color |
| 10 | overflow | Box model | visible, hidden, scroll, auto | Controls clipping of overflowing content |
| 11 | width | Box model | auto, 100px, 50%, max-content | Sets the width of an element |
| 12 | height | Box model | auto, 100px, 50%, min-content | Sets the height of an element |
| 13 | max-width | Box model | none, 100%, 600px | Sets the maximum width of an element |
| 14 | min-width | Box model | auto, 0, 200px | Sets the minimum width of an element |
| 15 | max-height | Box model | none, 100%, 400px | Sets the maximum height of an element |
| 16 | min-height | Box model | auto, 0, 100px | Sets the minimum height of an element |
| 17 | display | Layout | block, inline, flex, grid, none | Sets the display type of an element |
| 18 | position | Layout | static, relative, absolute, fixed, sticky | Sets the positioning method for an element |
| 19 | top | Layout | auto, 0, 10px, 50% | Sets the top offset of a positioned element |
| 20 | right | Layout | auto, 0, 10px, 50% | Sets the right offset of a positioned element |
| 21 | bottom | Layout | auto, 0, 10px, 50% | Sets the bottom offset of a positioned element |
| 22 | left | Layout | auto, 0, 10px, 50% | Sets the left offset of a positioned element |
| 23 | inset | Layout | auto, 0, 10px | Shorthand for top, right, bottom, and left |
| 24 | float | Layout | none, left, right | Places an element to the left or right of its container |
| 25 | clear | Layout | none, left, right, both | Controls floats next to a cleared element |
Notes
- Last updated on July 19, 2026.
- CSS Properties data courtesy of MDN Web Docs: CSS reference . Used with permission.