diff --git a/views/footer.ejs b/views/footer.ejs index 56e160f..7f26c3a 100644 --- a/views/footer.ejs +++ b/views/footer.ejs @@ -1,10 +1,19 @@ \ No newline at end of file diff --git a/views/header.ejs b/views/header.ejs index 231c42b..8cdf2f2 100644 --- a/views/header.ejs +++ b/views/header.ejs @@ -1,130 +1,142 @@ - - - - Kushiro - - - - - \ No newline at end of file + } + + .error-message { + color: red; + } + + .relative-copyright-box { + font-family: cursive; + position: relative; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + padding: 0 0 10px 0; + background: #2e51a2; + color: #fff; + } + + .fixed-copyright-box { + font-family: cursive; + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + padding: 0 0 10px 0; + background: #2e51a2; + color: #fff; + } + + \ No newline at end of file