Still waiting for the New York Times to send me a bogus takedown notice
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
body {
background-color: #000000;
color: #ffffff;
font-family: sans-serif;
text-align: center;
}
input {
background: #000000;
color: #ffffff;
}
span {
font-size: 2em;
}
|