Layout | Example of CSS (2/2)


The CSS style sheet:

continent               { display: block }
country, province, city { display: list-item;
                          margin-left: 2em }
name                    { font-weight: bold }
pop:before              { content: " pop. " }
continent > name        { font-size: larger }