Files
freeCodeCamp/client/src/pages/about.css
T
2019-02-21 16:50:29 +00:00

15 lines
225 B
CSS

.questions > h4 {
font-size: 1.25rem;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
border: none;
font-size: 1.25rem;
font-weight: bold;
}