Spaces:
Build error
Build error
File size: 839 Bytes
d6151d8 471ea92 d6151d8 471ea92 d6151d8 6250232 471ea92 6250232 d6151d8 471ea92 cce34c2 471ea92 cce34c2 471ea92 d6151d8 471ea92 d6151d8 471ea92 d6151d8 471ea92 d6151d8 471ea92 31cd1b0 6250232 471ea92 6250232 471ea92 d6151d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
}
.container {
max-width: 600px;
margin: 0 auto;
}
video {
width: 100%;
max-width: 400px;
border: 2px solid #ccc;
border-radius: 10px;
margin-bottom: 20px;
}
canvas {
display: none; /* Hide the canvas by default */
}
.buttons {
margin: 20px 0;
}
button {
padding: 10px 20px;
margin: 10px;
background-color: #007bff;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
#output {
margin-top: 20px;
background-color: #fff;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
white-space: pre-wrap;
max-width: 400px;
margin: 20px auto;
}
|