1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
veranstaltung/style.css

11 lines
125 B
CSS
Raw Normal View History

2013-12-29 11:26:32 +01:00
tr:nth-child(2n) td {
background: #EEE8AA;
}
a.tabelle:visited {
color: blue;
}
input, textarea {
width: 300px;
}