Photographs you can cherish!
This is the output of the code at the bottom of page 73 with a screen width of 1280 pixels.
jumbotron-welcome
class has been removed from
the div
that contains the W3Schools version of
the jumbotron
class..myphoto-section:nth-child(1) {
min-height: 500px; /* CSS in textbook in the middle of page 69 */
}
:nth-child
pseudo-class selects the first element with
class myphoto-section
, overwriting the eariler CSS I added to set the
minimum height to 150 pixels.
Type: | to view the source code for this page | |||
to close this window |