Changing borders without triggering layout

Which of these elements can be used to change the border without triggering layout in a webpage when working with CSS?

Options
  1. Using border-width
  2. Using outline
  3. Using hover: onfocus
  4. Using trigger:onfocus

Related Posts