We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c83334 commit 93aa597Copy full SHA for 93aa597
temp/letter.html
@@ -29,12 +29,19 @@
29
font-size: 12pt;
30
font-weight: bold;
31
}
32
+ #musicContainer {
33
+ text-align: right;
34
+ }
35
+ #music {
36
+ margin: auto;
37
38
</style>
39
</head>
40
<body>
- <audio src="lettinggo.mp3" loop="loop" controls="controls" autoplay="autoplay">
- </audio>
41
<div id="textCore">
42
+ <div id="musicContainer">
43
+ <audio src="lettinggo.mp3" id="music" autoplay="autoplay" controls="controls" loop="loop"></audio>
44
+ </div>
45
<p class="duan">
46
2023年的毕业季,我的舍友老王看到即将毕业的学生万分感慨,玩笑似的试问我能不能为此作诗一首,当时我就记下并开始酝酿了,当时只是略写了几句,后来考虑有些东西需要经过时间的沉淀,才终于有了以下的版本:
47
</p>
0 commit comments