OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4
0/strict.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4
0/strict.dtd"> |
2 <html lang="en-US"> | 2 <html lang="en-US"> |
3 <head> | 3 <head> |
4 <title>Shorthand border property</title> | 4 <title>Shorthand border property</title> |
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
6 <meta http-equiv="Content-Style-Type" content="text/css"> | 6 <meta http-equiv="Content-Style-Type" content="text/css"> |
7 <link rel="copyright" href="/~dbaron/legal.html"> | 7 <link rel="copyright" href="/~dbaron/legal.html"> |
8 <style type="text/css"> | 8 <style type="text/css"> |
| 9 body { overflow: hidden; } |
| 10 |
9 P { | 11 P { |
10 color: black; | 12 color: black; |
11 background: white; | 13 background: white; |
12 } | 14 } |
13 | 15 |
14 .one { | 16 .one { |
15 border-color: red; | 17 border-color: red; |
16 color: green; | 18 color: green; |
17 border: medium solid; | 19 border: medium solid; |
18 } | 20 } |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 | 74 |
73 <p class="fourteen">This paragraph should have a medium solid green border.</p> | 75 <p class="fourteen">This paragraph should have a medium solid green border.</p> |
74 | 76 |
75 <p class="fifteen">This paragraph should have a medium solid green border.</p> | 77 <p class="fifteen">This paragraph should have a medium solid green border.</p> |
76 | 78 |
77 <p class="sixteen">This paragraph should have a medium solid green border.</p> | 79 <p class="sixteen">This paragraph should have a medium solid green border.</p> |
78 | 80 |
79 <p class="seventeen">This paragraph should have a medium solid green border.</p> | 81 <p class="seventeen">This paragraph should have a medium solid green border.</p> |
80 | 82 |
81 </body></html> | 83 </body></html> |
OLD | NEW |