diff --git a/class3.html b/class3.html index 3e8d9e8d..ec1e6681 100644 --- a/class3.html +++ b/class3.html @@ -376,7 +376,7 @@

Border

border: 1px solid #ff0000;

A thick dotted black top border

border-top: 4px dotted #000000;
-

Two different border styles

+

Two different border styles

border-top: 1px solid #ff0000;
 border-bottom: 4px dotted #000000;
 
diff --git a/class4.html b/class4.html index 92585167..155d3986 100644 --- a/class4.html +++ b/class4.html @@ -132,7 +132,7 @@

Absolute Positioning

  • Its container block is the first element that has a position other than static.
  • If no such element is found, the container block is <html>.
  • Other elements act as if it's not there.
  • -
  • Determined by its offset values in the properties top, bottom, right and left.
  • +
  • Determined by its offset values in the properties top, bottom, right and left.