Posts by Guilherme Passos Silva • 1 point
1 post
-
-2
votes3
answers3943
viewsA: Remove "margin" of responsive website image by CSS
<html> <head> <style> div { border: 1px solid black; margin-left: -8px; margin-right: -8px; …
1 post
-2
votes3
answers3943
views<html> <head> <style> div { border: 1px solid black; margin-left: -8px; margin-right: -8px; …