This commit is contained in:
WesleyBryie 2021-11-02 13:54:03 -04:00
parent e6f449ea8a
commit 7b34a0f498
2 changed files with 8 additions and 4 deletions

View File

@ -8,9 +8,7 @@
<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;
width: 100%;
height: auto; } </style>
<style> </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;
}