URLロリと保存サイトと合っているスタイルに

このコミットが含まれているのは:
守矢諏訪子 2022-08-25 19:06:18 +09:00
コミット 52ee3a9c2e
4個のファイルの変更19行の追加9行の削除

ファイルの表示

@ -7,4 +7,9 @@
<link rel="stylesheet" type="text/css" href="/static/style.css" />
</head>
<body>
<div class="kappa">
<?php if ($linktype == 'top') { ?>
<h1>
<img src="/static/logo.png" alt="ロゴ" class="headerimg" />
</h1>
<?php } ?>
<div class="body">

ファイルの表示

@ -1,8 +1,4 @@
<div class="links-<?php echo $linktype; ?>">
<?php if ($linktype == 'top') { ?>
<img src="/static/logo.png" alt="ロゴ" style="width: 300px;" />
<?php } ?>
<p>
<?php if ($linktype == 'top') { ?>
<a href="/">トップ</a> |

バイナリ
www/static/logo.png

バイナリファイルは表示されません。

変更前

幅:  |  高さ:  |  サイズ: 725 KiB

変更後

幅:  |  高さ:  |  サイズ: 151 KiB

ファイルの表示

@ -18,13 +18,22 @@ h1, .footer {
text-align: center;
}
.kappa {
background-color: #16a085;
.headerimg {
border: 2px #10f3c6 solid;
box-shadow: 0px 0px 11px 5px #0fc;
}
.body, input {
color: #095e4d;
border: 2px #10f3c6 groove;
}
.body {
margin: 0 auto;
max-width: 1200px;
padding: 4px;
margin: 8px auto;
padding: 8px;
background-color: #16a085;
box-shadow: 0px 0px 11px 5px #0fc;
}
.form {