The following selector will assign a red border to the first element with the class .box
.box
.box:nth-of-type(1) { border: 1px solid #fe0000; }