Quick CSS query..
Quick CSS query..
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- weestu0
set the padding on the img tag:
img {
padding: 5px;
}or if you need it to be more specific:
.class img{
padding: 5px;
}
set the padding on the img tag:
img {
padding: 5px;
}
or if you need it to be more specific:
.class img{
padding: 5px;
}