blob: 6876d68701615be7468d52a1ee52d02bf7326ab0 [file] [log] [blame]
<html>
<head>
<style type="text/css">
table {
margin: 20px;
display: inline-table;
}
.wide td {
/* border-width: 10px;*/
}
.transformed {
transform: rotate(45deg);
}
</style>
</head>
<body>
<!-- <table border="1">
<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
</table>
<table border="5" class="wide">
<tr><td>&nbsp;</td></tr>
</table> -->
<table border="5" class="wide transformed">
<tr><td>&nbsp;</td></tr>
</table>
</body>
</html>