The style declarations which apply to the text below are:
.zero {background-color: silver; padding-left: 0;} .one {padding-left: 0.5in; background-color: aqua;} .two {padding-left: 25px; background-color: aqua;} .three {padding-left: 5em; background-color: aqua;} .four {padding-left: 25%; background-color: aqua;} .five {padding-left: -20px; background-color: aqua;}
This element has a class of zero.
This element should have a left padding of half an inch, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).
This element should have a left padding of 25 pixels, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).
This element should have a left padding of 5em, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue).
This element should have a left padding of 25%, which is calculated with respect to the width of the parent element. Both the content background and the padding should be aqua (light blue).
This element should have no left padding, since negative padding values are not allowed. Both the content background and the normal padding should be aqua (light blue).
TABLE Testing Section | |
This element has a class of zero. This element should have a left padding of half an inch, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue). This element should have a left padding of 25 pixels, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue). This element should have a left padding of 5em, which will require extra text in order to test. Both the content background and the padding should be aqua (light blue). This element should have a left padding of 25%, which is calculated with respect to the width of the parent element. Both the content background and the padding should be aqua (light blue).
This element should have no left padding, since negative padding values are not allowed. Both the content background and the normal padding should be aqua (light blue). |