border-style の値 :
border-color の値 :
border-width の値 :
ミックス
style.fontSize="40px";
style.color="red";
style.borderWidth="10px";
style.borderColor="silver";
style.borderTopColor="red";
style.borderRightColor="green";
style.borderBottomColor="blue";
style.borderStyle="dotted";
style.borderTopStyle="solid";
style.borderRightStyle="groove";
style.borderBottomStyle="double";
style.borderRadius="16px";