practisebook commited on
Commit
91c1af3
·
verified ·
1 Parent(s): d740d04

Update assets/styles.css

Browse files
Files changed (1) hide show
  1. assets/styles.css +12 -7
assets/styles.css CHANGED
@@ -5,13 +5,18 @@ body {
5
  padding: 0;
6
  }
7
 
8
- h1 {
9
- color: #333;
 
 
 
 
 
10
  }
11
 
12
- video, canvas {
13
- border: 2px solid #333;
14
- margin: 20px;
15
- max-width: 90%;
16
- height: auto;
17
  }
 
5
  padding: 0;
6
  }
7
 
8
+ video,
9
+ canvas {
10
+ position: relative;
11
+ width: 640px;
12
+ height: 480px;
13
+ border: 1px solid #ccc;
14
+ margin-top: 10px;
15
  }
16
 
17
+ button {
18
+ padding: 10px 20px;
19
+ font-size: 16px;
20
+ cursor: pointer;
21
+ margin-top: 20px;
22
  }