dkk
This commit is contained in:
parent
e6f449ea8a
commit
7b34a0f498
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue