(╬`益´)

This commit is contained in:
Polina 2024-05-31 22:42:27 +04:00
parent 456612fda2
commit e7a05fa8bc
3 changed files with 2 additions and 79 deletions

View File

@ -1,84 +1,7 @@
@{ @{
ViewData["Title"] = "Клиент-вход"; ViewData["Title"] = "Клиент-вход";
} }
<style>
body {
background: linear-gradient(to bottom right, #a1c2a1, #558055);
color: #fff;
font-family: 'Arial', sans-serif;
}
.container {
max-width: 500px;
margin: 0 auto;
padding: 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.title {
text-align: center;
font-size: 28px;
color: #333; /* Изменили цвет главной надписи */
margin-bottom: 30px;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 5px;
}
.form-control {
width: 100%;
padding: 10px;
font-size: 16px;
border: none;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.8);
color: #333;
}
.btn {
display: inline-block;
padding: 10px 20px;
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #a1c2a1;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #558055;
}
.text-center {
text-align: center;
}
.enter-link {
display: block;
font-size: 14px;
color: #fff;
text-decoration: none;
margin-top: 10px;
}
.enter-link:hover {
color: #ccc;
}
</style>
<div> <div>
<h2 class="display-4">@ViewData["Title"]</h2> <h2 class="display-4">@ViewData["Title"]</h2>
</div> </div>

View File

@ -4,6 +4,6 @@
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Добро пожаловать в «Университет «Все отчислены». Клиент»</h1> <h1 class="display-4">Добро пожаловать в «Университет «Все отчислены». Клиент»</h1>
<img src="C:\Users\User\Desktop\университет.png" alt="Logo" /> <img src="https://sun9-13.userapi.com/impg/K7fz39bB9ryVgY7peJtghshuQvJPbcJFbdfAXQ/W3l3l_QZIWg.jpg?size=1237x897&quality=96&sign=7264fa4f01d2d7335f740dcd0020ced9&type=album" alt="Logo" />
</div> </div>

View File

@ -24,5 +24,5 @@
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Добро пожаловать в «Университет «Вы все отчислены». Сотрудник»</h1> <h1 class="display-4">Добро пожаловать в «Университет «Вы все отчислены». Сотрудник»</h1>
<img src="C:\Users\User\Desktop\университет.png" alt="Logo" /> <img src="https://sun9-13.userapi.com/impg/K7fz39bB9ryVgY7peJtghshuQvJPbcJFbdfAXQ/W3l3l_QZIWg.jpg?size=1237x897&quality=96&sign=7264fa4f01d2d7335f740dcd0020ced9&type=album" alt="Logo" />
</div> </div>