Added BUNGOTAI prayers

This commit is contained in:
David Meyer 2021-06-06 09:26:44 +09:00
parent b169a15ff4
commit 629d9b99ff
2 changed files with 6 additions and 1 deletions

View File

@ -38,6 +38,8 @@
<h2 id="prayers">ロザリオの祈り</h2> <h2 id="prayers">ロザリオの祈り</h2>
<p class="ctr"><a href="bungo.html">(文語体へ)</a></p>
<h3 id="cross">十字架のしるし</h3> <h3 id="cross">十字架のしるし</h3>
<p>父と子と聖霊のみ名によって。アーメン。</p> <p>父と子と聖霊のみ名によって。アーメン。</p>

View File

@ -5,9 +5,12 @@ body {
background-position: top; background-position: top;
margin: 0 15%; margin: 0 15%;
} }
h1, h2, h3, .ctr { h1, h2, h3, h4, .ctr {
text-align: center; text-align: center;
} }
.rjust {
text-align: right;
}
.button { .button {
background-color: lightblue; background-color: lightblue;
border: none; border: none;