CSS-Eigenschaften: Buchstabe FEigenschaft | Beschreibung | Werte | Standard | CSS Kategorie |
---|
flex-direction | Ausrichtung in einer Flexbox | - row
- row-reverse
- column
- column-reverse
| row | - Allgemein:
- Bildschirmdarstellung
- CSS 3:
- Flexible Box Layout
|
---|
float | Elementen-Fließrichtung | | none | - Allgemein:
- Positionierung
- CSS 2.1:
- Visual formatting model
- CSS 3:
- Basic Box Model
|
---|
font | Schrift | | Siehe individuelle Angaben | - Allgemein:
- Schrift
- CSS 2.1:
- Fonts
- CSS 3:
- Fonts
|
---|
font-family | Schriftart | - [family-name]
- [generic-family]
- serif
- sans-serif
- cursive
- fantasy
- monospace
- inherit
| Abhängig von der Implementierung | - Allgemein:
- Schrift
- CSS 2.1:
- Fonts
|
---|
font-size | Schriftgröße | - <length>
- <percentage>
- xx-small
- x-small
- small
- medium
- large
- x-large
- xx-large
- larger
- smaller
| medium | - Allgemein:
- Schrift
- CSS 2.1:
- Fonts
|
---|
font-style | Schriftstil (kursiv) | - normal
- italic
- oblique
- inherit
| normal | - Allgemein:
- Schrift
- CSS 2.1:
- Fonts
- CSS 3:
- Fonts
|
---|
font-variant | Kapitälchen / kleine Großbuchstaben | - normal
- none(CSS 3)
- [common-lig-values](CSS 3)
- [discretionary-lig-values](CSS 3)
- [historical-lig-values](CSS 3)
- [contextual-alt-values](CSS 3)
- stylistic([feature-value-name])(CSS 3)
- historical-forms(CSS 3)
- styleset([feature-value-name](CSS 3)
- character-variant([feature-value-name](CSS 3)
- swash([feature-value-name])(CSS 3)
- ornaments([feature-value-name])(CSS 3)
- annotation([feature-value-name])(CSS 3)
- small-caps
- all-small-caps(CSS 3)
- petite-caps(CSS 3)
- all-petite-caps(CSS 3)
- unicase(CSS 3)
- titling-caps(CSS 3)
- [numeric-figure-values](CSS 3)
- [numeric-spacing-values](CSS 3)
- [numeric-fraction-values](CSS 3)
- ordinal(CSS 3)
- slashed-zero(CSS 3)
- [east-asian-variant-values](CSS 3)
- [east-asian-width-values](CSS 3)
- ruby(CSS 3)
| normal | - Allgemein:
- Schrift
- CSS 2.1:
- Fonts
- CSS 3:
- Fonts
|
---|
font-weight | Schriftstärke | - normal
- bold
- bolder
- lighter
- 100
- 200
- 300
- 400
- 500
- 600
- 700
- 800
- 900
- inherit
| normal | - Allgemein:
- Schrift
- CSS 2.1:
- Fonts
|
---|