blob: 492256c9353dec6e10080aee87b063d5cea2da8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* vim: set ts=2 et sw=2 tw=80: */
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
/* ☺ */
body {
background: white;
}
div {
font-size: 4em;
}
div > span {
text-decoration: underline;
}
|