Width: 100pxHeight: 50pxBorder: 1px solid red (this adds 1px to the width on each side, so 2px total)Background-color: red (this doesn't affect the width)So, the total width of the element will be:Total Width = Width + Border Width Total Width = 100px + 2px = 102pxTherefore, the total width of the element with the class. box is 102px.