Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- width: 350px;
- margin: 0;
- padding: 0 10px;
- font-size: 14px;
- font-family: Arial, sans-serif;
- }
- table {
- border-collapse: collapse;
- }
- tr {
- width: 100px;
- }
- th {
- padding: 10px;
- background-color: darkcyan;
- color: white;
- border-top: 1px solid black;
- border-bottom: 1px solid black;
- width: 33%;
- }
- td {
- padding: 10px;
- border-bottom: 1px solid lightgray;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement