“Wie funktioniert der Rand in CSS?” Code-Antworten

Rand CSS

/* Apply to all four sides */
margin: 1em;
margin: -3px;

/* vertical | horizontal */
margin: 5% auto;

/* top | horizontal | bottom */
margin: 1em auto 2em; 

/* top | right | bottom | left */
margin: 2px 1em 0 auto;

/* Global values */
margin: inherit;
margin: initial;
margin: unset;
Blacksmith Plover

Wie funktioniert der Rand in CSS?

margin: 20px 10px 30px 40px; /* top | right | bottom | left */
kellbie

Ähnliche Antworten wie “Wie funktioniert der Rand in CSS?”

Fragen ähnlich wie “Wie funktioniert der Rand in CSS?”

Weitere verwandte Antworten zu “Wie funktioniert der Rand in CSS?” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen