SNIPPET MAKER v2
DIV Style Attribute Generator
Preview Text Example
.custom {
border-collapse: collapse;
white-space: nowrap;
min-width: 100%;
border: 1px solid #000;
}
.custom th,
.custom td {
border: 1px solid #000;
padding-left: 0.6em;
padding-right: 0.6em;
}
</style>
<div class="compress">
<table class="custom">
<!-- table content -->
</table>
</div>
Comments
Post a Comment