8 lines
238 B
CSS
8 lines
238 B
CSS
/* This file is in the public domain.
|
|
|
|
Styling rules for the color-hello example. */
|
|
|
|
.name { text-decoration : underline; }
|
|
.boy-name { background-color : rgb(123,201,249); }
|
|
.girl-name { background-color : rgb(250,149,158); }
|