CSS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 December 2023

17 May 2023

  • curprev 14:5314:53, 17 May 2023Locke talk contribs 451 bytes +451 Created page with " == In HTML File == === Klassen === .meineKlasse { } === Farben === background-color: white; color: white; === Schatten === box-shadow: 2px 2px 2px #0F0F0F; === Padding === padding-left: 20px; === Border === ==== Oben ==== border-top: 1px solid #0E0E0E; ==== Keine Grenzen ==== border: unset; === Positionierung === ==== Absolut ==== position: absolute; right: 16px; bottom: 16px; ==== Align ==== align-items: center; In CSS File" Tag: Visual edit