доделка

This commit is contained in:
Володя 2023-05-19 18:36:36 +03:00
parent b3a2699d7d
commit c8e6b4a8d7
2 changed files with 14 additions and 3 deletions

View File

@ -3,6 +3,6 @@
} }
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Welcome</h1> <h1 class="display-4">Добро пожаловать</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div> </div>

View File

@ -73,4 +73,15 @@
</footer> </footer>
</body> </body>
</html> </html>
<style>
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
</style>