/[suikacvs]/www/test/css/class/multiple-class-classes-selector-2.html
Suika

Contents of /www/test/css/class/multiple-class-classes-selector-2.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Mon Jul 25 13:40:23 2005 UTC (21 years ago) by wakaba
Branch: MAIN
File MIME type: text/html
New

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="ja">
3     <head>
4     <title>1$B$D$N(B class $BB0@-$KJ#?t$N%/%i%9!"(B1$B$D$NA*Br;R$KJ#?t$N%/%i%9(B</title>
5     <style type="text/css">
6     p {
7     color: gray;
8     }
9     .class1.class2 {
10     color: blue;
11     }
12     .class1 {
13     color: red;
14     }
15     .class2 {
16     color: green;
17     }
18     </style>
19     </head>
20     <body>
21    
22     <p class="class1 class2">CSS2
23     $BMxMQ<T%(!<%8%'%s%H$G$O$3$NCJMn$NJ8;z$O@D?'$,@5$7$$!#(B
24     CSS1 $BMxMQ<T%(!<%8%'%s%H$G$ONP?'$,@5$7$$!#(B</p>
25    
26     <pre>
27     .class1 {
28     color: red;
29     }
30     .class2 {
31     color: green;
32     }
33     .class1.class2 {
34     color: blue;
35     }
36     </pre>
37    
38     </body>
39     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24