2 span::selection { color: purple; }
7 -webkit-border-radius:
25px;
8 -webkit-box-shadow: hsla(
20,
100%,
50%,
1)
7px
4px
0
9 , hsla(
60,
100%,
50%,
1) -
8px
14px
2px
10 , hsla(
100,
100%,
50%,
1) -
21px -
12px
5px;
14 font-family: Lucida Grande;
18 text-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0
19 , hsla(60, 100%, 50%, 1) -8px 14px 2px
20 , hsla(100, 100%, 50%, 1) -21px -12px 5px;
22 <span style=
"-webkit-text-stroke: 1px; -webkit-text-fill-color: transparent;">This
</span>
23 <span style=
"-webkit-text-stroke: 1px; -webkit-text-fill-color: white;">text
</span>
24 <span style=
"color: rgba(0, 0, 0, 0.3);">casts
</span>
25 <span id=
"selectMe">multiple
</span>
29 var text
= document
.getElementById("selectMe").firstChild
;
30 getSelection().setBaseAndExtent(text
, 0, text
, 6);
32 <div class=
"roundedRect"></div>
33 <div class=
"roundedRect" style=
"background-color: white;"></div>
34 <div class=
"roundedRect" style=
"background-color: rgba(0, 0, 0, 0.2);"></div>