doc_short_string.css (223B)
1 /* Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ */ 3 /* ☺ */ 4 5 body { 6 background: white; 7 } 8 9 div { 10 font-size: 4em; 11 } 12 13 div > span { 14 text-decoration: underline; 15 }