Skip to content

Commit 922660f

Browse files
authored
Create style.css
1 parent 7e5ce55 commit 922660f

File tree

1 file changed

+19
-0
lines changed
  • 2-ui/3-event-details/6-pointer-events/slider-html.view

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.slider {
2+
border-radius: 5px;
3+
background: #E0E0E0;
4+
background: linear-gradient(left top, #E0E0E0, #EEEEEE);
5+
width: 310px;
6+
height: 15px;
7+
margin: 5px;
8+
}
9+
10+
.thumb {
11+
width: 10px;
12+
height: 25px;
13+
border-radius: 3px;
14+
position: relative;
15+
left: 10px;
16+
top: -5px;
17+
background: blue;
18+
cursor: pointer;
19+
}

0 commit comments

Comments
 (0)