All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enjianjx.ssio.ssio-ext-html-table.2.0.1.source-code.defaultStyles.css Maven / Gradle / Ivy

The newest version!
body {
    margin: 20px;
}
.ssio-table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
}

.ssio-table, .ssio-table th, .ssio-table td {
    border: 1px solid black;
}

.ssio-table th {
    background-color: #f2f2f2;
    color: black;
    padding: 15px;
    text-align: left;
}

.ssio-table td {
    padding: 15px;
    text-align: left;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy