Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make a svg of full width of a webpage html

html, body { margin:0; padding:0; overflow:hidden }
svg { position:fixed; top:0; bottom:0; left:0; right:0 }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #svg #full #width #webpage #html
ADD COMMENT
Topic
Name
7+9 =