File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,12 +51,25 @@ <h1>ukriu!</h1>
5151 </ div >
5252 </ main >
5353 < footer >
54- < p style ="text-align:center; ">
55- < a id ="playButton " href ="# " onclick ="event.preventDefault(); togglePlayPause(); ">
56- ~♫ 泣きながら「命に嫌われている。」歌ってみた【こはならむ】 ♫~
57- </ a >
58- </ p >
5954 < audio id ="audioPlayer " src ="./res/media/bg.m4a " type ="audio/m4a "> </ audio >
55+ < div id ="containRing ">
56+ < div id ="left ">
57+ < p style ="text-align:center; ">
58+ < a class ="link " href ="https://horser.ing/prev/ukriu " rel ="nofollow "> < - </ a >
59+ < a class ="link " href ="http://horser.ing " rel ="nofollow "> horsering</ a >
60+ < a class ="link " href ="https://horser.ing/next/ukriu " rel ="nofollow "> -> </ a >
61+ </ p >
62+ </ div >
63+ < div id ="middle "> < p style ="text-align:center; "> < a > |</ a > </ p > </ div >
64+ < div id ="right ">
65+ < p style ="text-align:center; ">
66+ < a id ="playButton " href ="# " onclick ="event.preventDefault(); togglePlayPause(); ">
67+ ~ ♫ ~
68+ </ a >
69+ <!-- ~♫ 泣きながら「命に嫌われている。」歌ってみた【こはならむ】 ♫~ -->
70+ </ p >
71+ </ div >
72+ </ div >
6073 < hr >
6174 < div id ="container ">
6275 < div id ="left ">
Original file line number Diff line number Diff line change @@ -89,12 +89,18 @@ a:active {color: var(--active-color);;}
8989}
9090.nav .link .active {color : var (--active-color );;}
9191
92+ # containRing {
93+ display : flex;
94+ justify-content : space-between;
95+ width : 100% ;
96+ margin-bottom : -1rem ;
97+ }
9298# container {
9399 display : flex;
94100 justify-content : space-between;
95101 width : 100% ;
96102}
97- # left , # right {width : auto;}
103+ # left , # middle , # right {width : auto;}
98104
99105.author {
100106 font-size : 0.8rem ;
You can’t perform that action at this time.
0 commit comments