Footer layout
This commit is contained in:
@ -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">
|
||||
© 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 © 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>
|
||||
|
7837
src/isnd/wwwroot/css/site.css
Normal file
7837
src/isnd/wwwroot/css/site.css
Normal file
File diff suppressed because it is too large
Load Diff
7
src/isnd/wwwroot/css/site.css.map
Normal file
7
src/isnd/wwwroot/css/site.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -87,4 +87,9 @@ background-color: black;
|
||||
color: rgb(119, 255, 255);
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index:-10;
|
||||
}
|
||||
|
Reference in New Issue
Block a user