h1.none {
border-style: none;}
h1.dotted {
border-style: dotted;}
h1.dashed {border-style: dashed;
}
h1.solid {border-style: solid;
}
h1.double {border-style: double;
}
h1.groove {border-style: groove;
}
h1.ridge {border-style: ridge;
}
h1.inset {border-style: inset;
}
h1.outset {border-style: outset;
}
border-style: solid;
border-width: 2px;
}
h2 {border-style: solid;
border-width: 4px 2px 4px 3px;
}
h3 {border-style: solid;
border-width: thin;
}
border: 2px dotted blue;
border-radius: 25px;
}
h2 {border: 2px dotted blue;
border-radius: 30% 0;
}