practisebook commited on
Commit
8f6bc34
·
verified ·
1 Parent(s): 83032f0

Update assets/styles.css

Browse files
Files changed (1) hide show
  1. assets/styles.css +6 -25
assets/styles.css CHANGED
@@ -3,34 +3,15 @@ body {
3
  text-align: center;
4
  margin: 0;
5
  padding: 0;
6
- background-color: #f8f9fa;
7
  }
8
 
9
  h1 {
10
- color: #343a40;
11
  }
12
 
13
- h4 {
14
- color: #6c757d;
15
- }
16
-
17
- #container {
18
- position: relative;
19
- display: inline-block;
20
- margin-top: 20px;
21
- }
22
-
23
- #video,
24
- #canvas {
25
- position: absolute;
26
- top: 0;
27
- left: 0;
28
- }
29
-
30
- #controls {
31
- margin-top: 20px;
32
- }
33
-
34
- label {
35
- font-weight: bold;
36
  }
 
3
  text-align: center;
4
  margin: 0;
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
  }