1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="UTF-8">
 5         <title></title>
 6         <style type="text/css">
 7             /*组选择器*/
 8             .la,.lb,.lc{
 9                 width: 200px;
10                 height: 200px;
11                 border: 2px solid green;
12                 background-color: greenyellow;
13             }
14         </style>
15     </head>
16     <body>
17         <div class="la"></div>
18         <div class="lb"></div>
19         <div class="lc"></div>
20     </body>
21 </html>

 

相关文章:

  • 2021-05-11
  • 2022-12-23
  • 2021-12-30
  • 2022-03-08
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
猜你喜欢
  • 2022-01-24
  • 2022-12-23
  • 2021-10-02
  • 2021-09-10
  • 2021-08-21
  • 2022-02-08
  • 2021-10-10
相关资源
相似解决方案