8 lines
No EOL
309 B
CSS
8 lines
No EOL
309 B
CSS
body { font-family: sans-serif; background: white; color: black; }
|
|
h1 { color: white; background: #CB3829; padding: 0.3em; font-size: 1em; }
|
|
img { max-width: 200px; }
|
|
a { text-decoration: none; color: #2877A2; }
|
|
|
|
table { width: 100%; }
|
|
tr td:last-child {text-align: right; }
|
|
tr td:last-child a { color: red; } |