Web development: Web design with CSS by Vickler Andy

Web development: Web design with CSS by Vickler Andy

Author:Vickler, Andy [Vickler, Andy]
Language: eng
Format: epub
Published: 2021-04-08T00:00:00+00:00


#listofcustomers td, #listofcustomers th {

border: 2px solid #aaa;

padding: 6px;

}

#listofcustomers tr:nth-child(even){background-color: #e2e2e2;}

#listofcustomers tr:hover {background-color: #ddd;}

#listofcustomers th {

padding-top: 15px;

padding-bottom: 15px;

text-align: left;

background-color: #4DFA90;

color: grey;

}

table, th, td {

border: 2px solid green;

}

</style>

</head>

<body>

<table id="customers">

<tr>

<th>Name of Customers</th>

<th>Color Allotted</th>

<th>Name of Country</th>

</tr>

<tr>

<td>Alfredo</td>

<td>Red</td>

<td>Ireland</td>

</tr>

<tr>

<td>Jasmine Buckky</td>

<td>Green</td>

<td>Germany</td>

</tr>

<tr>

<td>Centrum Chuccky</td>

<td>Violet</td>

<td>Iceland</td>

</tr>

<tr>

<td>Fanny Line</td>

<td>Purple</td>

<td>Scotland</td>

</tr>

<tr>

<td>Fanny Brown</td>

<td>Yellow</td>

<td>Neverland</td>

</tr>

<tr>

<td>Peter</td>

<td>White</td>

<td>Treasure Island</td>

</tr>

<tr>

<td>Jackson Ramsey</td>

<td>Green</td>

<td>Namibia</td>

</tr>

<tr>

<td>Magot Rosy</td>

<td>Brown</td>

<td>Spain</td>

</tr>

<tr>

<td>Nany</td>

<td>Pink</td>

<td>Egypt</td>

</tr>

<tr>

<td>Paris Hilton</td>

<td>Tanned Pink</td>

<td>France</td>

</tr>

</table>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.