Skip to content

Commit a544605

Browse files
committed
finished lesson 11
1 parent 89d78b2 commit a544605

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

11 - Custom Video Player/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ body {
4646
border-color: #ffc600;
4747
}
4848

49+
.player__fullscreen {
50+
background:none;
51+
border:0;
52+
line-height:1;
53+
color:white;
54+
text-align: center;
55+
outline:0;
56+
padding: 0;
57+
cursor:pointer;
58+
max-width:50px;
59+
}
60+
4961
.player__slider {
5062
width:10px;
5163
height:30px;

0 commit comments

Comments
 (0)