Monday, November 18, 2013

Demo thay đổi màu phần được chọn theo class


Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 <style>
  .pink::selection {
   background: #DDA9A9;
   color: white;
  }
  .pink::-webkit-selection {
   background: #DDA9A9;
   color: white;
  }
  .pink::-moz-selection {
   background: #DDA9A9;
   color: white;
  }
  
  .green::selection {
   background: #33E41B;
   color: white;
  }
  .green::-webkit-selection {
   background: #33E41B;
   color: white;
  }
  .green::-moz-selection {
   background: #33E41B;
   color: white;
  }
 </style>
 
 <div class="pink">
  Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
 </div>
 
 <p class="green">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
Chia sẻ ngay với bạn bè bài viết này
Facebook Pinterest StumbleUpon Delicious Reddit Digg Email Delicious

No comments:

Post a Comment