mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix text
This commit is contained in:
parent
1d03a5f9a4
commit
eb00650b02
@ -31,14 +31,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="div1">
|
||||
<h1>Division Element #1</h1>
|
||||
<h1>Div Element #1</h1>
|
||||
<code>position: relative;</code>
|
||||
<div id="div2">
|
||||
<h1>Division Element #2</h1>
|
||||
<h1>Div Element #2</h1>
|
||||
<code>position: static;</code>
|
||||
<div id="div3">
|
||||
<div>
|
||||
<h1>Division Element #3</h1>
|
||||
<h1>Div Element #3</h1>
|
||||
<code>float: left;</code>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user