Skip to content

Instantly share code, notes, and snippets.

@x3r0s
Created November 22, 2021 05:30
Show Gist options
  • Save x3r0s/bd4bc5fce39e20333cf3b1619f44d57d to your computer and use it in GitHub Desktop.
Save x3r0s/bd4bc5fce39e20333cf3b1619f44d57d to your computer and use it in GitHub Desktop.
<img>, <br> 태그 여백 제거 css
.target li br {
content: "";
display: block;
margin-bottom: -4px;
}
.target li img{
width:100%;
border:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment