Möglicherweise Wert: Pixel, Prozentsatz >
Ergebnisse <p></p>CSS-Code<p></p>
p { height: 200px; width: 200px; border: 2px solid #a72525; border-radius: 10px; }
p { height: 200px; width: 200px; background: #a72525; border-radius: 50%; }
p { height: 200px; width: 100px; border: 2px dashed #a72525; border-radius: 100px 0 0 100px; }
p { height: 200px; width: 200px; border: 2px dotted #a72525; border-radius: 100% 0 0; }
p { height: 200px; width: 100px; background: #f09; border-radius: 50%; }
Das obige ist der detaillierte Inhalt vonDetaillierte Erläuterung des Attributs „Border-Radius' des CSS-Stils. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!