• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* This file is in the public domain.
2
3   Styling rules for the color-hello example.  */
4
5.name      { text-decoration : underline; }
6.boy-name  { background-color : rgb(123,201,249); }
7.girl-name { background-color : rgb(250,149,158); }
8