2014-05-20_01-49-42__classesandids

Upload: ania-neal

Post on 14-Jan-2016

213 views

Category:

Documents


0 download

DESCRIPTION

divs

TRANSCRIPT

  • Classes And IDs: classesandids.html !!!

    Learning CSS

    !

    .large {

    font-size:200%;

    }

    #green {

    color:green;

    }

    .underline {

    text-decoration:underline;

    }

  • .bold {

    font-weight:bold;

    }

    !

    ! This is some text.

    This is some more text.

    The third word in this paragraph is underlined.

    !