CourseWork_Bank/Bank/BankEmployeeApp/Views/Home/Index.cshtml

29 lines
674 B
Plaintext
Raw Normal View History

@{
ViewData["Title"] = "Home Page";
}
<style>
body {
background-color: #fff; /* Изменяем фон на белый */
color: #333; /* Цвет текста */
font-family: 'Roboto', sans-serif;
}
.text-center {
text-align: center;
margin-top: 50px;
}
.display-4 {
font-size: 36px;
font-weight: bold;
margin-bottom: 30px;
}
</style>
<div class="text-center">
<h1 class="display-4">Добро пожаловать в «Банк «Вы банкрот». Сотрудник»</h1>
<img src="https://argumenti.ru/images/arhnews/587918.jpg" alt="Logo" />
</div>