Merge branch 'main' into imgbot

This commit is contained in:
WesleyBryie 2021-11-02 21:11:51 +00:00 committed by GitHub
commit ad0d20463b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<meta charset=“UTF-8”>
<style>body { background-image:url("background.gif"); background-repeat:repeat; } </style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">

View File

@ -2,4 +2,10 @@
body {
font-family: 'Zen Kurenaido', sans-serif;
}
}
body, html {
background-image:url("background.gif"); background-repeat:repeat;
width: 100%;
height: auto;
}