Skip to content

Instantly share code, notes, and snippets.

@MurakamiShinyu
Last active December 21, 2018 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MurakamiShinyu/e2d99fe498b3de5f280371d40241dc93 to your computer and use it in GitHub Desktop.
Save MurakamiShinyu/e2d99fe498b3de5f280371d40241dc93 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Vivliostyle Test</title>
<style>
body {
font-size: 400%;
}
td {
border: 1px solid;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<p>
<span style="display: inline-table;">
<span style="display: table-row;">
<span style="display: table-cell;">Inline Table</span>
</span>
</span>
</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Qui enim recusandae omnis nesciunt dicta harum.
Illum inventore hic facere ex possimus vero? Velit,
neque praesentium architecto similique alias voluptatum eum!</p>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Vivliostyle Test</title>
<style>
body {
font-size: 400%;
}
td {
border: 1px solid;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<p>
<span style="display: inline-table;">
<span style="display: table-row;">
<span style="display: table-cell;">Inline Table</span>
</span>
</span>
</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Qui enim recusandae omnis nesciunt dicta harum.
Illum inventore hic facere ex possimus vero? Velit,
neque praesentium architecto similique alias voluptatum eum!</p>
</td>
<td>
<p>Eveniet, nam neque qui iusto inventore ab, nemo quasi
expedita eius dolores, consequatur quae architecto voluptatibus
nesciunt harum sit. Velit cupiditate corporis dignissimos quae
quasi aliquid modi perferendis cumque rerum!</p>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment