To ensure the total width/height of your image is not affected by adding a CSS border, do the following: outline: 2px solid #000; outline-offset: -2px;
Tag: same
Git – diff (compare) the same file on different branches
If you want to see the difference between the same file on separate branches, use the following snippet at the CLI: git diff branch1 branch2 — your-file.ext