Created
November 22, 2021 05:30
-
-
Save x3r0s/bd4bc5fce39e20333cf3b1619f44d57d to your computer and use it in GitHub Desktop.
<img>, <br> 태그 여백 제거 css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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