Detaillierte Verwendung von
Möglicher Wert: Pixel
Mögliche Werte: durchgezogen (gerade Linie), gestrichelt (gestrichelte Linie) , gepunktet (gepunktete Linie) )
Mögliche Werte: red, #f00, #ff0000, rgb( 255,0,0), transparent
HTML-Code
<p></p>
CSS-Code
p { height: 20px; width: 20px; border-color: #FF9600 #3366ff #12ad2a #f0ed7a; border-style: solid; border-width: 20px; }
Ergebnis
CSS Code
p { width: 0px; height: 0px; border-color: #FF9600 #3366ff #12ad2a #f0ed7a; border-style: solid; border-width: 20px; }
Ergebnis
CSS-Code
p { width: 0px; height: 0px; border-color: lightblue transparent trnasparent transparent; border-style: solid; border-width: 20px; }
Ergebnis
CSS-Code
p { width: 0px; height: 0px; border-color: transparent trnasparent pink; border-style: solid; border-width: 20px; }
Ergebnis
CSS-Code
p { width: 0px; height: 0px; border-color: transparent gray trnasparent transparent; border-style: solid; border-width: 20px; }
Ergebnis
CSS-Code
p { width: 0px; height: 0px; border-color: transparent transparent trnasparent lightgreen; border-style: solid; border-width: 20px; }
Ergebnis
Das obige ist der detaillierte Inhalt vonDetaillierte Erläuterung des Border-Attributs des CSS-Stils. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!