Footer layout

This commit is contained in:
2022-05-25 09:07:36 +01:00
parent 5d59760a77
commit d7f0a5db36
7 changed files with 7888 additions and 27 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - isnd</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="~/css/site-g.css" />
<link rel="stylesheet" href="~/css/site.css" />
</head>
<body>
<header>
@ -39,9 +39,8 @@
</main>
</div>
<footer class="border-top footer text-muted">
&copy; 2021 - isn <span>@SiteHelpers.SemVer</span>- <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div>
<footer class="border-top footer text-muted" style="position:bottom">
isn @SiteHelpers.SemVer &copy; 2021-2022 Paul Schneider - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</footer>
<!-- <script src="/lib/jquery/dist/jquery.slim.min.js" ></script>
<script src="/lib/popper/popper.min.js"></script>

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -87,4 +87,9 @@ background-color: black;
color: rgb(119, 255, 255);
background-color: black;
}
footer {
position: fixed;
bottom: 0;
z-index:-10;
}