Answers for "how to remove padding in css from the specific element"

CSS
0

how to remove default padding of div

div{
	padding:0
}
Posted by: Guest on September-10-2020
0

remove padding in code

pre,
code {
    white-space: pre-line;
}
Posted by: Guest on May-13-2021

Code answers related to "how to remove padding in css from the specific element"

Browse Popular Code Answers by Language