SOURCE

console 命令行工具 X clear

                    
>
console
//嘿嘿,没有代码
<body>
    <h1 class="title">Your Reality</h1>
    <audio src="https://s320.xiami.net/886/2110300886/2102973344/1798152061_1513077185301.mp3?ccode=xiami_web_web&expire=86400&duration=181&psid=67fdbb278fa4d568cb105a87ab60e77b&ups_client_netip=240e:368:5302:eb00:5039:8dfd:4beb:ce41&ups_ts=1591007536&ups_userid=0&utid=MElZFyqukXICARsbDLf3/9KW&vid=1798152061&fn=1798152061_1513077185301.mp3&vkey=Bdc1c50ac040d1a2f4e6e49e01f825d80" autoplay loop controls>焓批,你浏览器播放不了音乐</audio>
    <div class="poem">
		<p><span class="lyrics"><b>Every day, I imagine a future where I
                    can be with you</b></span><br>
            每一天,我都幻想着能和你一同度过的未来<br>
            <span class="lyrics"><b>In my hand is a pen that I'll write
                    a poem of me and you</b></span> <br>
            我将用手中的钢笔写下属于你和我的美妙诗歌<br>
            <span class="lyrics"><b>The ink flows down into a dark
                    puddle</b></span> <br>
            笔中的墨水缓缓地流逝成黑<br>
            <span class="lyrics"><b>Just move your hand - write the way
                    into his heart!</b></span> <br>
            挥动你的手 - 书写一段进入你心中的道路<br>
            <span class="lyrics"><b>But in this world of infinite
                    choices</b></span> <br>
            但在这有着无限选择的世间<br>
            <span class="lyrics"><b>What will it take just to find that
                    special day?</b></span> <br>
            怎样才能够找到那特别的一天?<br>
            <span class="lyrics"><b>What will it take just to find that
                    special day?</b></span> <br>
            怎样才能够找到那特别的一天?<br>
            &nbsp;&nbsp;<br>
            <span class="lyrics"><b>Have I found everybody a fun
                    assignment to do today?</b></span> <br>
            我今天该和大家一起做什么有趣的事呢?<br>
            <span class="lyrics"><b>When you're here, everything that we
                    do is fun for them anyway</b></span> <br>
            反正有你在,我们不论做什么一定都很愉快吧<br>
            <span class="lyrics"><b>When I can't even read my own
                    feelings</b></span> <br>
            当我甚至不能理解我自己的感情<br>
            <span class="lyrics"><b>What good are words when a smile
                    says it all?</b></span> <br>
            当一个微笑表真心,话语还有什么用?<br>
            <span class="lyrics"><b>And if this world won't write me an
                    ending</b></span> <br>
            倘若这世界不为我写一个结局<br>
            <span class="lyrics"><b>What will it take just for me to
                    have it all?</b></span> <br>
            那么我要怎样才能够获得这一切?<br>
            &nbsp;&nbsp;<br>
            <span class="lyrics"><b>Does my pen only write bitter words
                    for those who are dear to me?</b></span> <br>
            我的笔是否只能为我亲爱之人写出苦涩的话语?<br>
            <span class="lyrics"><b>Is it love if I take you, or is it
                    love if I set you free?</b></span> <br>
            真正的爱情是占有你,还是给予你自由?<br>
            <span class="lyrics"><b>The ink flows down into a dark
                    puddle</b></span> <br>
            笔中的墨水缓缓地流逝成黑<br>
            <span class="lyrics"><b>How can I write love into
                    reality?</b></span> <br>
            我要如何把爱意写进现实?<br>
            <span class="lyrics"><b>If I can't hear the sound of your
                    heartbeat</b></span> <br>
            如果我无法听见你的心跳<br>
            <span class="lyrics"><b>What do you call love in your
                    reality?</b></span> <br>
            这在你的现实中能被称为爱么?<br>
            <span class="lyrics"><b>And in your reality, if I don't know
                    how to love you</b></span> <br>
            如果在你的现实中,我不知如何爱你<br>
            <span class="lyrics"><b>I'll leave you be </b></span> <br>
            我就任由你去<br>
            <br>
            by Monika
        </p>
    </div>

</body>
body {
    background-color: #fbc7d4;
    background-image: linear-gradient(to right, #9796f0, #fbc7d4);
    height: 97%;
    padding: 1%;
}

.title {
    font: 25px Segoe Script;
    text-shadow: 0 1px 10px #333333;
    text-align: center
}

.lyrics {
    font: 16px Segoe Script;
    text-shadow: 0 1px 10px #333333;
}

.poem {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}