On click I am adding, 1px border to div, so Div size increases by 2px X 2px. I dont want to get div size increased. Is there any simple way to do so?
Try changing border to outline:
border
outline
outline: 1px solid black;