table css
table, th, td {
border: 1px solid black;
}Table <table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}.table1 {
border-collapse: collapse;
}
Also in CSS:
- css align center vertical and horizontal
- Use Recursion to Create a Range of Numbers
- scale an image css
- word spacing css
- comment out css
- How many properties in flex-wrap
- selecting last child css
- remove css jquery
- tint image with background color css
- css opacity transition
- text-overflow ellipsis multiple lines
- how to get random images
- how to change highlight color on website
- E/ViewRootImpl: sendUserActionEvent() mView returned.
- css important
- react import css
- como trocar ordem dos elementos pelo dispositivo html
- css entities
- how to make animation stay on 100%
- how to get element details using cssselector using beautifulsoup
- javascript css link append
- css text line in middle
- dont break word css
- remove underline from link css