We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edb362 commit 0d07f53Copy full SHA for 0d07f53
openai-audio.html
@@ -5,6 +5,9 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>OpenAI Audio</title>
7
<style>
8
+ * {
9
+ box-sizing: border-box;
10
+ }
11
body {
12
font-family: Arial, sans-serif;
13
display: flex;
0 commit comments