このコミットが含まれているのは:
守矢諏訪子 2022-03-30 03:54:49 +09:00
コミット 4ed02f6a29
2個のファイルの変更6行の追加1行の削除

ファイルの表示

@ -83,5 +83,8 @@
<a href="https://www.076.moe" target="_blank">次世代の076</a> <a href="https://www.076.moe" target="_blank">次世代の076</a>
</div> </div>
</div> </div>
<div class="footer">
ページのソースコード→ <a href="https://git.076.ne.jp/TechnicalSuwako/076-toppage" target="_blank">こっち</a>
</div>
</body> </body>
</html> </html>

ファイルの表示

@ -5,12 +5,14 @@ body {
a { a {
color: #ea81e8; color: #ea81e8;
} }
h1 { h1, .footer {
text-align: center; text-align: center;
} }
hr { hr {
border-color: #8800dd; border-color: #8800dd;
box-shadow: 2px 2px 10px #9900ff; box-shadow: 2px 2px 10px #9900ff;
width: 100%;
max-width: 1700px;
} }
.container { .container {
width: 100%; width: 100%;